docker update

This commit is contained in:
2025-07-31 17:55:21 -04:00
parent 7a5ac26f45
commit 600cf1c290
2 changed files with 2 additions and 1 deletions

View File

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