CI: add run command to run nginx
Some checks failed
/ build (push) Failing after 9s

This commit is contained in:
phil 2025-02-25 13:41:31 +01:00
parent 573fb0335b
commit cc384c4079

View file

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