Przeglądaj źródła

Expongo puerto 8080

creylopez 1 rok temu
rodzic
commit
4bd71058be
1 zmienionych plików z 1 dodań i 1 usunięć
  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 80
+EXPOSE 8080
 
 # execute our entrypoint.sh file
 CMD ["./config/entrypoint.sh"]