Files
games/Makefile
2025-07-31 22:34:59 -04:00

8 lines
125 B
Makefile

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