kalkutago/Makefile

17 lines
254 B
Makefile
Raw Permalink Normal View History

all: start-server
client/dist/index.html:
cd client; yarn && yarn build
build-client: client/dist/index.html
start-server: build-client
2023-08-26 10:44:17 +00:00
-mkdir db.mount
docker compose up --build -d
clean:
docker compose down
2023-07-22 19:46:52 +00:00
-rm -r server/public/ client/dist/