DEV Community

Discussion on: Python development environment in a Docker container

Collapse
 
gwynevans profile image
Gwyn Evans • Edited

Don't you mean "source .venv/bin/activate", not "source .venv/bin/python"?

A couple of further minor points - your (optional?) "EXPOSE 8005" line should be "8000", shouldn't it? There's also a typo in the "docker-compose" line where you have "buid" rather than "build".