diff --git a/Dockerfile b/Dockerfile index 78ca4950..f7d64246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,9 @@ FROM python:3.10-alpine ENV PORT="8000" +# Keeps Python from generating .pyc files in the container +ENV PYTHONDONTWRITEBYTECODE=1 + # ihatemoney configuration ENV DEBUG="False" \ ACTIVATE_ADMIN_DASHBOARD="False" \