mirror of
https://github.com/creyD/apilog.git
synced 2026-04-15 21:00:35 +02:00
fix: fixed another issue with the dockerfile
This commit is contained in:
@@ -5,8 +5,8 @@ WORKDIR /app
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Python setup
|
# Python setup
|
||||||
ENV PYTHONDONTWRITEBYTECODE 1
|
ENV PYTHONDONTWRITEBYTECODE=1
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED=1
|
||||||
ENV VERSION=${VERSION}
|
ENV VERSION=${VERSION}
|
||||||
ENV ENV=DEV
|
ENV ENV=DEV
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user