mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 20:20:18 +03:00
Add comment to generated dockerfile
This commit is contained in:
parent
b3aaf0fc73
commit
952ca20b27
|
@ -119,6 +119,7 @@ COPY --from=client-builder --chown=django:django ${APP_HOME} ${APP_HOME}
|
|||
COPY --chown=django:django . ${APP_HOME}
|
||||
{%- endif %}
|
||||
|
||||
# explicitly create the media folder before changing ownership below
|
||||
RUN mkdir -p ${APP_HOME}/{{ cookiecutter.project_slug }}/media
|
||||
|
||||
# make django owner of the WORKDIR directory as well.
|
||||
|
|
Loading…
Reference in New Issue
Block a user