Sfoglia il codice sorgente

fixed dockerfile static to expose 9090

Harlan Iverson 7 anni fa
parent
commit
acd43e92c8
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      ispooge.com-v2/Dockerfile.static

+ 2 - 0
ispooge.com-v2/Dockerfile.static

@@ -5,4 +5,6 @@ RUN apk update && apk upgrade && apk add python
 WORKDIR /tmp/http
 ADD app/resources/public /tmp/http
 
+EXPOSE 9090
+
 CMD ["python", "-m", "SimpleHTTPServer", "9090"]