docker explicit platform

This commit is contained in:
2025-07-31 00:46:11 -04:00
parent 44e7586baf
commit 7a5ac26f45
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
SHELL := /bin/bash
build:
docker build -t games .
docker build --platform linux/amd64 -t games .
start:
sudo docker run -p $(PORT):3000 games