1
0
Fork 0
forked from TWS/kalkutago
kalkutago/Makefile
D. Scott Boggs 4fb02e704c add tests
2023-08-10 10:39:37 -04:00

15 lines
237 B
Makefile

all: start-server
client/dist/index.html:
cd client; yarn && yarn build
build-client: client/dist/index.html
start-server: build-client
docker compose up --build -d
clean:
docker compose down
-rm -r server/public/ client/dist/