Fix proper ownership for /start-flower script in production Dockerfile. Fixes: #4602 (#4603)

This commit is contained in:
Jakub Boukal 2023-09-27 21:46:39 +02:00 committed by GitHub
parent 2895607b73
commit 3126d2e554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ RUN sed -i 's/\r$//g' /start-celerybeat
RUN chmod +x /start-celerybeat
COPY ./compose/production/django/celery/flower/start /start-flower
COPY --chown=django:django ./compose/production/django/celery/flower/start /start-flower
RUN sed -i 's/\r$//g' /start-flower
RUN chmod +x /start-flower
{%- endif %}