Téléverser les fichiers vers "/"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM nginx:1.27-alpine
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY index.html services.html tarifs.html souverainete.html contact.html mentions-legales.html robots.txt sitemap.xml /usr/share/nginx/html/
|
||||
COPY assets /usr/share/nginx/html/assets
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user