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