chore: add file to docker

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

View File

@ -3,6 +3,8 @@ FROM python:3.12
WORKDIR /app
ADD pdm.lock /app
ADD .env /app
ADD simplylab /app
RUN pip install pdm && pdm install