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 e87f4b1 commit 7d94e11Copy full SHA for 7d94e11
Dockerfile
@@ -10,8 +10,8 @@ COPY . .
10
RUN pnpm build
11
12
# production stage
13
-FROM nginxinc/nginx-unprivileged:stable-alpine AS production-stage
+FROM nginx:stable-alpine AS production-stage
14
COPY --from=build-stage /app/dist /usr/share/nginx/html
15
COPY nginx.conf /etc/nginx/conf.d/default.conf
16
EXPOSE 80
17
-CMD ["nginx", "-g", "daemon off;"]
+CMD ["nginx", "-g", "daemon off;"]
0 commit comments