fix: fixed another issue with the dockerfile

This commit is contained in:
2024-10-10 16:24:47 +02:00
parent bf732a7e0b
commit c79b5e5c5b

View File

@@ -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