We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16af6e commit 4e9f9e7Copy full SHA for 4e9f9e7
Dockerfile
@@ -1,5 +1,5 @@
1
# ================= INSTALL BUN ===================
2
-ARG BUN_VERSION=1.3.0
+ARG BUN_VERSION=1.3.3
3
FROM debian:bullseye-slim AS build-bun
4
ARG BUN_VERSION
5
RUN apt-get update -qq \
@@ -92,7 +92,7 @@ COPY --from=pruned /app/out/full/ .
92
COPY bun.lock .
93
COPY bunfig.toml .
94
RUN SENTRYCLI_SKIP_DOWNLOAD=1 bun install
95
-RUN SKIP_ENV_CHECK=true bunx turbo build --filter="${SCOPE}"
+RUN SKIP_ENV_CHECK=true NEXT_PUBLIC_VIEWER_URL=http://localhost bunx turbo build --filter="${SCOPE}"
96
97
# ================== RELEASE ======================
98
0 commit comments