docker platform fix

This commit is contained in:
2025-07-31 18:00:19 -04:00
parent 600cf1c290
commit 9bc6cfbf7c

View File

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