This Dockerfile sets up a Docker image for running a web server with the 2048 game using ubuntu as the base image.
Used Elastic Beanstalk to host the gaming app.
After doing all the configuration click on the CNAME and it will take you to the gaming app.
As we are creating it from an image use DOCKER as the platform.
Application code, select Upload your code option and upload your docker file to it.
Click on create app and Elastic beanstalk will create your app. It will give you a CNAME and when you click on it you can access your gaming app on AWS Cloud.


