Introduction to Python with Docker. Flask web app. Uploads to S3. SQLAlchemy.
docker&docker-composeinstalled.- Create
aws-config.ymlin the root of the project based on the template given.
- Set up docker's remote python interpreter
- After adding a new package to requirements.txt you will need to rerun container and restart PyCharm
docker build -t python-intro dockerdocker-compose up