From d27d4bfe5fff5e599de4df7421e097088a29b020 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 14 Apr 2022 16:29:29 +0200 Subject: [PATCH] :hotfix: Fixed Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 00c1ae6..a7d1f95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM python:3.10-slim COPY classquiz/ /app/classquiz/ +COPY import_to_meili.py /app/import_to_meili.py COPY init_db.py /app/ COPY *start.sh /app/ COPY gunicorn_conf.py /app/