diff --git a/Dockerfile b/Dockerfile index 6ffaeea..4756320 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN mkdir -p config COPY *.py / COPY templates/ /templates/ +COPY modules/ /modules/ COPY static/ /static/ COPY requirements.txt /requirements.txt RUN pip install --no-cache-dir -r /requirements.txt