mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
M: Fix ENV format
This commit is contained in:
parent
050cb4f0c0
commit
bee99fbe37
|
@ -28,8 +28,8 @@ RUN apt-get update -qq && \
|
||||||
FROM python-base AS builder
|
FROM python-base AS builder
|
||||||
|
|
||||||
# Set env variables
|
# Set env variables
|
||||||
ENV PYTHONDONTWRITEBYTECODE 1
|
ENV PYTHONDONTWRITEBYTECODE=1
|
||||||
ENV PYTHONUNBUFFERED 1
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
|
||||||
COPY ./requirements.txt ./
|
COPY ./requirements.txt ./
|
||||||
RUN python3.12 -m pip wheel \
|
RUN python3.12 -m pip wheel \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user