🚑 Possibly fixed backend-Dockerfile
This commit is contained in:
+4
-1
@@ -2,7 +2,10 @@ FROM python:3.10-slim
|
|||||||
|
|
||||||
COPY Pipfile* /app/
|
COPY Pipfile* /app/
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
RUN pip install pipenv && pipenv install --system
|
RUN pip3 install --upgrade pip && \
|
||||||
|
pip install packaging \
|
||||||
|
pip install pipenv && \
|
||||||
|
pipenv install --system
|
||||||
|
|
||||||
COPY classquiz/ /app/classquiz/
|
COPY classquiz/ /app/classquiz/
|
||||||
COPY image_cleanup.py /app/image_cleanup.py
|
COPY image_cleanup.py /app/image_cleanup.py
|
||||||
|
|||||||
Reference in New Issue
Block a user