Skip to content

Commit ca3b3eb

Browse files
Add missing backslashes to Dockerfile
1 parent 168dec8 commit ca3b3eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ ENV PATH=/code/.venv/bin:/usr/local/bin/:/usr/bin:/bin \
206206
DJANGO_SETTINGS_MODULE=hope_dedup_engine.config.settings \
207207
PYTHONPATH="" \
208208
PYTHONDBUFFERED=1 \
209-
PYTHONDONTWRITEBYTCODE=1
210-
MEDIA_ROOT="${MEDIA_ROOT:-/var/run/app/media}"
211-
STATIC_ROOT="${STATIC_ROOT:-/var/run/app/static}"
209+
PYTHONDONTWRITEBYTCODE=1 \
210+
MEDIA_ROOT="${MEDIA_ROOT:-/var/run/app/media}" \
211+
STATIC_ROOT="${STATIC_ROOT:-/var/run/app/static}" \
212212
DEFAULT_ROOT="${DEFAULT_ROOT:-/var/run/app/default}"
213213

214214
RUN <<EOF cat> /RELEASE

0 commit comments

Comments
 (0)