Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Jan 29, 2025
1 parent 98192e4 commit 9acceae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN poetry config virtualenvs.path /venv
# Improve docker cache and install dependencies before copying code.
WORKDIR /app
COPY pyproject.toml poetry.lock /app/
RUN poetry install
RUN poetry install --no-root

#
# Local development
Expand Down Expand Up @@ -89,4 +89,4 @@ CMD python manage.py makemigrations && python manage.py migrate && \
--limit-post=24000000 \
--http-manage-expect \
--ignore-sigpipe --ignore-write-errors --disable-write-exception \
--cron='0 -1 -1 -1 -1 poetry run python /app/manage.py runcrons'
--cron='0 -1 -1 -1 -1 poetry run python /app/manage.py runcrons'

0 comments on commit 9acceae

Please sign in to comment.