microservice-sample/Dockerfile
2026-09-04 15:10:41 +00:00

2 lines
94 B
Docker

FROM nginx:alpine
RUN echo "Le pipeline CI/CD fonctionne !" > /usr/share/nginx/html/index.html