build ready (I hope)

This commit is contained in:
2025-08-10 18:46:45 -04:00
parent 32c516bf37
commit eed6db3373
12 changed files with 68 additions and 62 deletions

View File

@@ -1,14 +1,9 @@
SHELL := /bin/bash
build:
sudo docker buildx build --load \
--cache-from=type=local,src=/var/cache/docker-build \
--cache-to=type=local,dest=/var/cache/docker-build \
--platform linux/arm64 \
--progress=plain \
--tag games .
npm run dbdeploy
pnpm install
pnpm run -F client build
pnpm run -F server dbdeploy
start:
sudo docker run -p $(PORT):3000 -p 5555:5555 -t games
PORT=$(PORT) pnpm start