| # docker build -t dev-python:3.6 | |
| FROM python:3.6 | |
| RUN pip install -U pipenv | |
| # Install all the other tools you need for local development. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment