ajout de conteneur frontend

This commit is contained in:
2026-01-09 13:49:09 +01:00
parent 40ff504f39
commit b1e7ea57a4
6 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:20-alpine
COPY src /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]