Files
cicd-demo/Dockerfile
T
2026-06-16 03:38:51 +08:00

4 lines
73 B
Docker

FROM nginx:1.27-alpine
COPY index.html /usr/share/nginx/html/index.html