Files
DEV/DEV.DOCKER/TP4/meme-app/frontend/Dockerfile
T
EmmanuelTiamzon d12a1adb6d ajout dev docker
2026-06-04 18:57:15 +02:00

3 lines
113 B
Docker

FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
COPY nginx.conf /etc/nginx/conf.d/default.conf