Explorar el Código

add dockerfile

Aneurin Barker Snook hace 2 meses
padre
commit
7c8b62ed68
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      Dockerfile

+ 4 - 0
Dockerfile

@@ -0,0 +1,4 @@
+FROM nginx:1.27-alpine
+
+COPY images /usr/share/nginx/html/images/
+COPY index.html /usr/share/nginx/html/