Skip to content

data-210/SATX-Campaign-Finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SATX-Campaign-Finance

Running in Docker

This assumes Docker is installed and running on your computer. See data-210/dev-resources for more instruction and explanation of Docker terminology.

  1. Open a terminal via your preferred method (Terminal, iTerm2, or from within your IDE such as VSCode) and navigate to your local repository.

  2. Build a Docker image from the Dockerfile. Replace $IMAGE_NAME with whatever variable you want to use.

docker build -t $IMAGE_NAME .
  1. Run the container
docker run -p 8050:8050 $IMAGE_NAME

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published