Skip to content

Commit

Permalink
add sitefacile directory in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jul 16, 2024
1 parent ef164a4 commit cc3583a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/dev/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc3583a

Please sign in to comment.