mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
👷 Avoid creating unnecessary *.pyc files with PYTHONDONTWRITEBYTECODE=1 (#677)
This commit is contained in:
parent
15ce944a37
commit
709f1d4ab2
@ -1,5 +1,7 @@
|
||||
FROM python:3.10
|
||||
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
# Install Poetry
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user