🚑 Fixed Dockerfile again

This commit is contained in:
Mawoka
2022-06-12 21:06:02 +02:00
parent ab18448457
commit 04352a79ed
+1 -1
View File
@@ -2,8 +2,8 @@ FROM python:3.10-slim
COPY Pipfile* /app/
RUN pip install pipenv && pipenv install --system
WORKDIR /app/
RUN pip install pipenv && pipenv install --system
COPY classquiz/ /app/classquiz/
COPY import_to_meili.py /app/import_to_meili.py