oidc-vue-test/Containerfile
phil cc384c4079
Some checks failed
/ build (push) Failing after 9s
CI: add run command to run nginx
2025-02-25 13:41:31 +01:00

5 lines
113 B
Docker

FROM docker.io/nginx:alpine
COPY ./dist /usr/share/nginx/html/oidc-test-web
CMD ["nginx", "-g", "daemon off;"]