diff --git a/Dockerfile b/Dockerfile index 47a9efe2..4d7a6742 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,6 @@ ENV NEXT_TELEMETRY_DISABLED=1 ENV NODE_OPTIONS="--max-old-space-size=4096" RUN bun install --frozen-lockfile - COPY . . RUN cp .env.example .env || true