claws 4 anni fa
commit
2ed98050cf
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 2 0
      Dockerfile
  2. 1 0
      html/index.html

+ 2 - 0
Dockerfile

@@ -0,0 +1,2 @@
+from nginx
+COPY html /usr/share/nginx/html

+ 1 - 0
html/index.html

@@ -0,0 +1 @@
+<h1>hello from paas</h1>