Skip to content

Commit a9cd7a5

Browse files
committed
fix: Dockerfile
1 parent 641713b commit a9cd7a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ FROM base AS prod
66
WORKDIR /app
77
COPY . /app
88
RUN bun install --frozen-lockfile
9+
ENV BASE_URL=/
910
RUN bun run build
1011

1112
FROM nginxinc/nginx-unprivileged:alpine AS serve

0 commit comments

Comments
 (0)