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 e67801c commit fe77036Copy full SHA for fe77036
Dockerfile
@@ -14,9 +14,9 @@ COPY . .
14
RUN corepack enable pnpm && pnpm run build
15
16
# Stage 3: Production image
17
-FROM nginx:stable AS production
+FROM nginxinc/nginx-unprivileged:stable AS production
18
WORKDIR /app
19
COPY --from=builder /app/out /app
20
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
21
22
-EXPOSE 80
+EXPOSE 8080
0 commit comments