We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641713b commit a9cd7a5Copy full SHA for a9cd7a5
1 file changed
Dockerfile
@@ -6,6 +6,7 @@ FROM base AS prod
6
WORKDIR /app
7
COPY . /app
8
RUN bun install --frozen-lockfile
9
+ENV BASE_URL=/
10
RUN bun run build
11
12
FROM nginxinc/nginx-unprivileged:alpine AS serve
0 commit comments