Revert "BASE_PATH build stage only, added label"

This reverts commit 2309f407f2.
This commit is contained in:
Francis Cao
2026-03-05 10:47:52 -08:00
parent 1730d495e5
commit 31caa0d62e
2 changed files with 3 additions and 8 deletions
-1
View File
@@ -19,7 +19,6 @@ COPY docker/middleware.ts ./src
ARG BASE_PATH=""
ENV BASE_PATH=$BASE_PATH
LABEL org.opencontainers.image.base-path="$BASE_PATH"
ENV NEXT_TELEMETRY_DISABLED=1
ENV DATABASE_URL="postgresql://user:pass@localhost:5432/dummy"