Battleship Dockerfile contains the build commands to build this app and run it in a container. docker build -t battleship . docker run -p 8080:8080 battleship