Selaa lähdekoodia

add dockerfile

Aneurin Barker Snook 2 kuukautta sitten
vanhempi
commit
7c8b62ed68
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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/