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 db815d6 commit 8ae2153Copy full SHA for 8ae2153
Dockerfile
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
python3-dev \
13
&& rm -rf /var/lib/apt/lists/*
14
15
-ARG LETTA_ENVIRONMENT=PRODUCTION
+ARG LETTA_ENVIRONMENT=DEV
16
ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \
17
POETRY_NO_INTERACTION=1 \
18
POETRY_VIRTUALENVS_IN_PROJECT=1 \
@@ -65,7 +65,7 @@ RUN apt-get update && \
65
COPY otel/otel-collector-config-file.yaml /etc/otel/config-file.yaml
66
COPY otel/otel-collector-config-clickhouse.yaml /etc/otel/config-clickhouse.yaml
67
68
69
70
VIRTUAL_ENV="/app/.venv" \
71
PATH="/app/.venv/bin:$PATH" \
0 commit comments