Files
games/Makefile
2025-07-31 17:55:21 -04:00

8 lines
131 B
Makefile

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