mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-13 16:34:52 +03:00
Fix proper ownership for /start-flower script in production Dockerfile. Fixes: #4602
This commit is contained in:
parent
2895607b73
commit
c3c8515815
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user