Skip to content

oliverrtwisted/ejercicio_usal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-2048

simple is better

a smaller docker version of 2048

Base on gabrielecirulli/2048(https://github.com/gabrielecirulli/2048)

Base on CentOS Streasm 9

Base on nginx

run the docker container with your own build

git clone https://github.com/amoralej/game2048.git
buildah bud -t game2048 game2048
podman run --rm -dt -p8080:80/tcp localhost/game2048:latest

run the podman container by pulling the image directly

Access the game

http://127.0.0.1:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.3%
  • CSS 33.4%
  • SCSS 20.2%
  • HTML 6.7%
  • Dockerfile 0.4%