Skip to content

Commit

Permalink
Celery beat needs a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Oct 4, 2024
1 parent 1f49de7 commit 7120468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ RUN apt-get update && \
awscli

RUN mkdir /app
RUN mkdir -p /var/celerybeat

COPY requirements.txt /app/
RUN pip install -r /app/requirements.txt

Expand Down

0 comments on commit 7120468

Please sign in to comment.