Skip to content

Harrison-S1/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048

The game 2048

Code of 2048 is by (gabrielecirulli/2048)[https://github.com/gabrielecirulli/2048] This is just a docker version of 2048, based on the nginx image.

Pull from docker hub

docker pull harrisons1/2048

OR

Build yourself

git clone https://github.com/Harrison-S1/2048.git && cd 2048
docker build . -t "2048"
docker run -d -p 8080:80 2048

Access

http://127.0.0.1:8080

Releases

No releases published

Packages

No packages published