first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Le dossier (renommé index.html) est servi à la racine
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
|
||||
# nginx:alpine écoute déjà sur le port 80
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user