To build and run the container, these usual cmds are available: docker build -t memoryapp docker run -d -p 8080:80 memoryappdoc -> Then you can visit localhost:8080 from your browser to reach the application