I am using following platform and data strutures:
- [Python 3.7.9] - Main programing language
- [Docker] - Container
- Move to the root of project.
- Install Docker Image:
docker image build -t demo:latest .
- Run the Docker Container
docker run -d --name demo_app demo:latest
- Run Python Command
demo
You can run the test with the following command from within the root folder:
pytest
Email me at jason.jz.zhu@gmail.com