fix: add PUBLIC_API_URL env var to all build steps

This commit is contained in:
2026-02-26 13:45:32 -06:00
parent f86ab35b32
commit bd5a54031e
2 changed files with 14 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@ RUN bun install --frozen-lockfile
# Build the SvelteKit app with adapter-node
COPY . .
ARG PUBLIC_API_URL=https://opt-api.osdci.net
ENV PUBLIC_API_URL=$PUBLIC_API_URL
RUN bun run build:server
# Production image