Skip to content

Commit 4e9f9e7

Browse files
committed
💚 Fix Docker build missing env
1 parent b16af6e commit 4e9f9e7

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
@@ -1,5 +1,5 @@
11
# ================= INSTALL BUN ===================
2-
ARG BUN_VERSION=1.3.0
2+
ARG BUN_VERSION=1.3.3
33
FROM debian:bullseye-slim AS build-bun
44
ARG BUN_VERSION
55
RUN apt-get update -qq \
@@ -92,7 +92,7 @@ COPY --from=pruned /app/out/full/ .
9292
COPY bun.lock .
9393
COPY bunfig.toml .
9494
RUN SENTRYCLI_SKIP_DOWNLOAD=1 bun install
95-
RUN SKIP_ENV_CHECK=true bunx turbo build --filter="${SCOPE}"
95+
RUN SKIP_ENV_CHECK=true NEXT_PUBLIC_VIEWER_URL=http://localhost bunx turbo build --filter="${SCOPE}"
9696

9797
# ================== RELEASE ======================
9898

0 commit comments

Comments
 (0)