mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 07:11:03 -04:00
Fix: dockerfile - revert replacement of nginx image with non-privileged one
Fixes https://github.com/CorentinTh/it-tools/issues/714
This commit is contained in:
parent
e87f4b1837
commit
d67c3a5cfc
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ COPY . .
|
|||
RUN pnpm build
|
||||
|
||||
# production stage
|
||||
FROM nginxinc/nginx-unprivileged:stable-alpine AS production-stage
|
||||
FROM nginx:stable-alpine AS production-stage
|
||||
COPY --from=build-stage /app/dist /usr/share/nginx/html
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
EXPOSE 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue