mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-29 18:23:17 +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
|
FROM python:3.10
|
||||||
|
|
||||||
|
ENV PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
|
|
||||||
# Install Poetry
|
# Install Poetry
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user