A barebone Dockerfile-based app using nginx with static content.
Make sure you have Docker installed.
$ docker build -t dockerfile-hello-world .
$ docker run -p 5000:5000 dockerfile-hello-worldYour app should now be running on localhost:5000.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A barebone Dockerfile-based app using nginx with static content.
Make sure you have Docker installed.
$ docker build -t dockerfile-hello-world .
$ docker run -p 5000:5000 dockerfile-hello-worldYour app should now be running on localhost:5000.