diff --git a/docker/dev/django/Dockerfile b/docker/dev/django/Dockerfile index 90b7c91d8..d5afd9dff 100644 --- a/docker/dev/django/Dockerfile +++ b/docker/dev/django/Dockerfile @@ -38,6 +38,8 @@ COPY poetry.lock pyproject.toml $APP_DIR RUN pip install poetry==$POETRY_VERSION && pip install -I uwsgi RUN poetry install --no-interaction --no-ansi --no-root +COPY ./blog ./blog +COPY ./content_manager ./content_manager COPY ./lemarche ./lemarche COPY ./config ./config COPY ./manage.py ./manage.py