3 lines
77 B
Docker
3 lines
77 B
Docker
FROM docker.io/nginx:alpine
|
|
|
|
COPY ./dist /usr/share/nginx/html/oidc-test-web
|