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

@@ -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