Skip to content

migetapp/dockerfile-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

dockerfile-hello-world

A barebone Dockerfile-based app using nginx with static content.

Running Locally

Make sure you have Docker installed.

$ docker build -t dockerfile-hello-world .
$ docker run -p 5000:5000 dockerfile-hello-world

Your app should now be running on localhost:5000.

About

Getting Started with Dockerfile on Miget.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors