From 04352a79ed9c82a2a76b84a3c9fbe5e3dcf40580 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sun, 12 Jun 2022 21:06:02 +0200 Subject: [PATCH] :ambulance: Fixed Dockerfile again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6539954..46e74b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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