fix: dockerfile

This commit is contained in:
Jeremy Yin 2024-03-18 16:44:40 +08:00
parent df31a70cb6
commit 28be0d7ce7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM python:3.12
WORKDIR /app WORKDIR /app
ADD pdm.lock /app ADD pdm.lock /app
ADD pyproject.toml /app
ADD .env /app ADD .env /app
ADD simplylab /app ADD simplylab /app