👷 Avoid creating unnecessary *.pyc files with PYTHONDONTWRITEBYTECODE=1 (#677)

This commit is contained in:
Esteban Maya 2024-03-12 08:56:49 -05:00 committed by GitHub
parent 15ce944a37
commit 709f1d4ab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
FROM python:3.10
ENV PYTHONDONTWRITEBYTECODE=1
WORKDIR /app/
# Install Poetry