Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 282 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 282 Bytes

HTML5 version for StarCraft game by @gloomyson, in a Docker container.

Local build:

docker build -t starcraft -f Dockerfile .
docker run -p 80 -d starcraft

Automated build:

docker run -p 80 -d konstruktoid/starcraft