Skip to content

Virtual-Hex/docker-hello-world-sparkjava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This will run a simple "Hello World!".

The Dockerfile does not expose any ports. The webserver will by default listen on port 4001. You must expose when using docker run or docker compose the port 4001 or set a new port and expose.

You can customize the port by adding an enviorment variable WEB_SERVER_PORT with the port number WEB_SERVER_PORT=4002 would overide the default value and listen on port 4002.

About

Simple docker container for hello world server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published