mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 20:20:18 +03:00
test out #5728
This commit is contained in:
parent
c534821b9a
commit
b3aaf0fc73
|
@ -119,6 +119,8 @@ COPY --from=client-builder --chown=django:django ${APP_HOME} ${APP_HOME}
|
|||
COPY --chown=django:django . ${APP_HOME}
|
||||
{%- endif %}
|
||||
|
||||
RUN mkdir -p ${APP_HOME}/{{ cookiecutter.project_slug }}/media
|
||||
|
||||
# make django owner of the WORKDIR directory as well.
|
||||
RUN chown -R django:django ${APP_HOME}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user