Skip to content

Deployment of a web-game, to practice Docker skills

Notifications You must be signed in to change notification settings

KaPozzi/2048-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

2048-GAME

About this project

This application is a game developed by @gabrielecirulli, and the main objective here, was to deploy it using Docker and practice my skills.

How to Run

  • Clone the repository on your local machine
  • Install docker
  • Inside the Dockerfile folder type:
    • docker build --tag '2048-game' (image name)
    • docker run -detach '2048-game' (image-name)

Contact

About

Deployment of a web-game, to practice Docker skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published