Skip to content

Commit

Permalink
🐳 Include missing check script in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 8, 2023
1 parent 71fb2fd commit c2a84c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ COPY ./bin/celery_beat.sh /celery_beat.sh
COPY ./bin/celery_flower.sh /celery_flower.sh
COPY ./bin/dump_configuration.sh /dump_configuration.sh
RUN mkdir /app/bin /app/log /app/media /app/private_media /app/certifi_ca_bundle /app/tmp
COPY ./bin/check_celery_worker_liveness.py ./bin/check_celery_worker_liveness.py
COPY ./bin/check_celery_worker_liveness.py ./bin/check_non_unique_steps.py ./bin/

# prevent writing to the container layer, which would degrade performance.
# This also serves as a hint for the intended volumes.
Expand Down

0 comments on commit c2a84c9

Please sign in to comment.