Browse Source
👷 Avoid creating unnecessary *.pyc files with PYTHONDONTWRITEBYTECODE=1 (#677)
pull/13907/head
Esteban Maya
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
backend/celeryworker.dockerfile
|
|
@ -1,5 +1,7 @@ |
|
|
|
FROM python:3.10 |
|
|
|
|
|
|
|
ENV PYTHONDONTWRITEBYTECODE=1 |
|
|
|
|
|
|
|
WORKDIR /app/ |
|
|
|
|
|
|
|
# Install Poetry |
|
|
|