Skip to content

Commit

Permalink
Silly docker warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Aug 3, 2024
1 parent 25242b8 commit b33c72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/local/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG APP_HOME=/app

ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
ENV BUILD_ENV ${BUILD_ENVIRONMENT}
ENV BUILD_ENV=${BUILD_ENVIRONMENT}
ENV PATH="/opt/venv/bin:$PATH"

WORKDIR ${APP_HOME}
Expand Down
2 changes: 1 addition & 1 deletion compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG APP_HOME=/app

ENV PYTHONUNBUFFERED=1
ENV PYTHONDONTWRITEBYTECODE=1
ENV BUILD_ENV ${BUILD_ENVIRONMENT}
ENV BUILD_ENV=${BUILD_ENVIRONMENT}
ENV PATH="/opt/venv/bin:$PATH"

WORKDIR ${APP_HOME}
Expand Down

0 comments on commit b33c72c

Please sign in to comment.