mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
This commit is contained in:
parent
2895607b73
commit
3126d2e554
|
@ -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