claws 4 lat temu
commit
2ed98050cf
2 zmienionych plików z 3 dodań i 0 usunięć
  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>