Skip to content

sebastianpikand/docker_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo application to test Calculator class from sp_calculator module

To start and test the application run the following commands:

  1. docker build -t docker_demo .
  2. docker run -it docker_demo

To add new packages, update packages, or update requirements.txt file:

First make sure you have activated virtual env by running: . ./env/bin/activate

  • python3 ./env/bin/pip3 install {package_name}
  • python3 ./env/bin/pip3 install --upgrade {package_name}
  • python3 ./env/bin/pip3 freeze > requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published