Implemented to kick start new python projects quickly.
Make your changes to the python version at docker_conf/python/Dockerfile
docker-compose up -d
docker logs <CONTAINER_ID>
You should see "Hello World"
docker-compose down
Implemented to kick start new python projects quickly.
Make your changes to the python version at docker_conf/python/Dockerfile
docker-compose up -d
docker logs <CONTAINER_ID>
You should see "Hello World"
docker-compose down