mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-23 14:29:45 +03:00
Only indent with spaces in django Dockerfile
This commit is contained in:
parent
ff98d8f517
commit
483b636fcb
|
@ -66,7 +66,7 @@ COPY --from=python-build-stage /usr/src/app/wheels /wheels
|
||||||
|
|
||||||
# use wheels to install python dependencies
|
# use wheels to install python dependencies
|
||||||
RUN pip install --no-cache /wheels/* \
|
RUN pip install --no-cache /wheels/* \
|
||||||
&& rm -rf /wheels
|
&& rm -rf /wheels
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
@ -85,7 +85,7 @@ COPY --from=python-build-stage /usr/src/app/wheels /wheels
|
||||||
|
|
||||||
# use wheels to install python dependencies
|
# use wheels to install python dependencies
|
||||||
RUN pip install --no-cache /wheels/* \
|
RUN pip install --no-cache /wheels/* \
|
||||||
&& rm -rf /wheels
|
&& rm -rf /wheels
|
||||||
|
|
||||||
{%- if cookiecutter.js_task_runner == 'Gulp' %}
|
{%- if cookiecutter.js_task_runner == 'Gulp' %}
|
||||||
COPY --from=client-builder --chown=django:django /app /app
|
COPY --from=client-builder --chown=django:django /app /app
|
||||||
|
|
Loading…
Reference in New Issue
Block a user