- Build the image with
docker build -t hello-app .
- Run the container with
docker run -d -p 5000:5000 -e PORT=5000 --name hello-server hello-app
- Check that the container is running
- Go to
localhost:5000
. You should seeHello, World!
forked from esfoobar/my-simple-flask-app
-
Notifications
You must be signed in to change notification settings - Fork 0
saileshrepo/my-simple-flask-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Dockerfile 80.4%
- Python 19.6%