Update {{cookiecutter.project_slug}}/compose/production/django/Dockerfile

Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
This commit is contained in:
Arnav Choudhury 2021-02-24 16:26:58 +05:30 committed by GitHub
parent 15453df824
commit 2345c2c92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ COPY --from=python-build-stage /usr/src/app/wheels /wheels/
# use wheels to install python dependencies
RUN pip install --no-cache-dir --no-index --find-links=/wheels/ /wheels/* \
&& rm -rf /wheels/
&& rm -rf /wheels/
COPY --chown=django:django ./compose/production/django/entrypoint /entrypoint
@ -110,4 +110,4 @@ RUN chown django:django ${APP_HOME}
USER django
ENTRYPOINT ["/entrypoint"]
ENTRYPOINT ["/entrypoint"]