-
Notifications
You must be signed in to change notification settings - Fork 552
Closed
Milestone
Description
Situation:
When working through the Flask tutorial in https://code.visualstudio.com/docs/python/tutorial-flask it recommends following this tutorial https://code.visualstudio.com/docs/containers/quickstart-python to discover how to containerize a python application.
In the Flask tutorial, it suggests creating a virtual environment inside the .venv directory, but in the default .dockerignore file there is an ignore for .env.
I suggest that either the docker plugin add .venv as one of its defaults in .dockerignore, OR change the Flask tutorial to recommend building a virtual environment in the .env directory.
Reactions are currently unavailable