Hosted on GitHub Pages: https://agrawpri.github.io/2048-docker/
This is a dockerized version of the 2048 game cloned from https://github.com/gabrielecirulli/2048.
- docker
- git (for development)
docker pull agrawpri/2048-docker
docker run --rm -p 80:80 2048
- Visit
http://localhost:80
git clone https://github.com/Priyansh121096/2048-docker
cd 2048-docker
docker build -t 2048 .
docker run --rm -p 80:80 2048
- Visit
http://localhost:80