oidc-vue-test/Containerfile

6 lines
113 B
Text
Raw Normal View History

2025-01-25 02:23:43 +01:00
FROM docker.io/nginx:alpine
2025-02-24 02:56:33 +01:00
COPY ./dist /usr/share/nginx/html/oidc-test-web
2025-02-25 13:41:31 +01:00
CMD ["nginx", "-g", "daemon off;"]