actual docker fix

This commit is contained in:
2025-07-31 22:34:59 -04:00
parent 9bc6cfbf7c
commit 6edbaa7a68
3 changed files with 12 additions and 3 deletions

View File

@@ -1 +1,10 @@
node_modules
node_modules
Dockerfile
Makefile
pnpm-lock.yaml
README.md
.output
.vinxi
.git
.gitignore
.dockerignore

View File

@@ -1,4 +1,4 @@
FROM node:22
FROM node:22-alpine
WORKDIR /app
EXPOSE 3000

View File

@@ -4,4 +4,4 @@ build:
docker build --platform linux/arm64 -t games .
start:
sudo docker run -p $(PORT):3000 -t games games
sudo docker run -p $(PORT):3000 -t games