Skip to content

Web app built with Flask with containerized deployment in Docker

Notifications You must be signed in to change notification settings

vodbeke1/webserver-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build image 

$ docker build .

Run docker image

$ docker run --name webserverapi -d -p 8080:8080

In a python command shell outside of the docker container, run:

$ python app/test/test.py

About

Web app built with Flask with containerized deployment in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published