Fix Containerfile
This commit is contained in:
parent
83ef820f44
commit
e23b71e11c
1 changed files with 3 additions and 2 deletions
|
@ -15,5 +15,6 @@ RUN pnpm run build
|
|||
|
||||
FROM docker.io/library/nginx:alpine as production-stage
|
||||
RUN mkdir /app
|
||||
COPY --from=build-stage /app/dist /app
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY --from=build-stage /usr/share/nginx/html/oidc-test-web
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue