Parcourir la source

Cambio de puerto

creylopez il y a 1 an
Parent
commit
2ca0a1b685
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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