Initial Dockerfile #73

Open
buckbanzai wants to merge 3 commits from initial-dockerfile into main
Showing only changes of commit d9c589e9c5 - Show all commits

View file

@ -1,5 +1,5 @@
# For more information, please refer to https://aka.ms/vscode-docker-python
FROM python:3-slim
FROM python:3
# Keeps Python from generating .pyc files in the container
ENV PYTHONDONTWRITEBYTECODE=1