This commit is contained in:
Dominique Plante 2025-05-08 15:32:53 -07:00
parent c534821b9a
commit b3aaf0fc73

View File

@ -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}