Skip to content

skaymen/active-flood-viz

 
 

Repository files navigation

active-flood-viz

Docker Instructions

Currently, our dockerfile creates an image for a container that runs the basic flask app.

To build the image:

  1. Navigate to your project directory.
  2. Copy DOIRootCA2.cer into this directory.
  3. Run docker build -t flood .. This will create the docker image and name it flood.

To run a container based on the image:

  1. docker run -p 5055:5050 -t --name floodviz flood. This will create a docker container from the flood image and name it floodviz.

Once this is done, 127.0.0.1:5055/home should take you to the example page.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.7%
  • JavaScript 17.2%
  • HTML 13.3%
  • CSS 1.8%