Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 501 Bytes

File metadata and controls

19 lines (13 loc) · 501 Bytes

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