build with docker

This commit is contained in:
2025-07-31 00:19:05 -04:00
parent 369fbec9e5
commit 5fc503778d
2 changed files with 12 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
SHELL := /bin/bash
build:
pnpm install
pnpm run build
docker build -t games .
start:
pnpm run start
docker run -p $(PORT):3000 games