Temporarily configure docker-compose for dev/debug
This commit is contained in:
parent
526990704b
commit
76cb73bb03
4 changed files with 30 additions and 7 deletions
7
Makefile
7
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue