Temporarily configure docker-compose for dev/debug

This commit is contained in:
D. Scott Boggs 2023-06-14 10:21:52 -04:00
parent 526990704b
commit 76cb73bb03
4 changed files with 30 additions and 7 deletions

View file

@ -4,12 +4,9 @@ all: start-server
client/dist/index.html:
cd client; yarn && yarn build
build-client: client/dist/index.html
build-client: client/dist/index.html
server/public/: client/dist/index.html
rsync -a client/dist/ server/public/
start-server: server/public/
start-server: build-client
docker compose up --build -d
clean: