Aggiunta dockerfile
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
FROM nginx
|
||||||
|
|
||||||
|
# Copia pagine HTML
|
||||||
|
COPY index.html /usr/share/nginx/html/index.html
|
||||||
|
COPY simulatore.html /usr/share/nginx/html/simulatore.html
|
||||||
|
COPY guida.html /usr/share/nginx/html/guida.html
|
||||||
|
|
||||||
|
EXPOSE 80
|
||||||
Reference in New Issue
Block a user