This commit is contained in:
Jeremy Yin 2024-03-18 17:05:48 +08:00
parent fb46bee505
commit 09138166eb
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@ ADD pyproject.toml /app
ADD .env /app
ADD simplylab /app
ENV PDM_USE_VENV=False
RUN pip install pdm && pdm install