2 lines
94 B
Docker
2 lines
94 B
Docker
FROM nginx:alpine
|
|
RUN echo "Le pipeline CI/CD fonctionne !" > /usr/share/nginx/html/index.html |