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