Ver Fonte

Only single port needed in Dockerfile (Issue #4) because of frontend proxy config.

jamesread há 5 anos atrás
pai
commit
8ee6f1029e
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -7,8 +7,6 @@ CMD mkdir -p /config /var/www/olivetin/
 CMD dnf install -y iputils && dnf clean all && rm -rf /var/cache/yum # install ping
 
 EXPOSE 1337/tcp 
-EXPOSE 1338/tcp 
-EXPOSE 1339/tcp
 
 VOLUME /config