# Run the game locally with OrbStack's Docker engine: # docker compose up -d --build # open http://localhost:8080 # docker compose down services: tictactoe: build: . image: tictactoe:latest container_name: tictactoe ports: - "8080:80" restart: unless-stopped