mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
keeps python from generating .pyc files in the container
This commit is contained in:
parent
2fe04ee597
commit
1083dbc32b
1 changed files with 3 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue