Skip to content

Commit 8ae2153

Browse files
authored
fix: set default letta environment to dev for oss (#3627)
1 parent db815d6 commit 8ae2153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
1212
python3-dev \
1313
&& rm -rf /var/lib/apt/lists/*
1414

15-
ARG LETTA_ENVIRONMENT=PRODUCTION
15+
ARG LETTA_ENVIRONMENT=DEV
1616
ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \
1717
POETRY_NO_INTERACTION=1 \
1818
POETRY_VIRTUALENVS_IN_PROJECT=1 \
@@ -65,7 +65,7 @@ RUN apt-get update && \
6565
COPY otel/otel-collector-config-file.yaml /etc/otel/config-file.yaml
6666
COPY otel/otel-collector-config-clickhouse.yaml /etc/otel/config-clickhouse.yaml
6767

68-
ARG LETTA_ENVIRONMENT=PRODUCTION
68+
ARG LETTA_ENVIRONMENT=DEV
6969
ENV LETTA_ENVIRONMENT=${LETTA_ENVIRONMENT} \
7070
VIRTUAL_ENV="/app/.venv" \
7171
PATH="/app/.venv/bin:$PATH" \

0 commit comments

Comments
 (0)