We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49c98e commit 9b9f7edCopy full SHA for 9b9f7ed
development/Dockerfile
@@ -5,7 +5,7 @@ ARG PYTHON_VER=3.12
5
ARG POETRY_VER
6
FROM docker.io/python:${PYTHON_VER}-slim AS base
7
8
-ENV PYTHONUNBUFFERED 1
+ENV PYTHONUNBUFFERED=1
9
10
ENV PATH="${PATH}:/root/.local/bin" \
11
PROMETHEUS_MULTIPROC_DIR="/prom_shared" \
0 commit comments