Sfoglia il codice sorgente

Quito expose del Dockerfile

Celestino Rey 1 anno fa
parent
commit
c46a9fffcf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -34,7 +34,7 @@ RUN echo "export PATH=/opt/venv/bin/:$PATH" >> /root/.bashrc
 # make our entrypoint.sh executable
 RUN chmod +x config/entrypoint.sh
 
-EXPOSE 8080
+#EXPOSE 8080
 
 # execute our entrypoint.sh file
 CMD ["./config/entrypoint.sh"]