Przeglądaj źródła

Actualizo puerto

Celestino Rey 1 rok temu
rodzic
commit
9750b8b54a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -31,5 +31,7 @@ RUN echo "export PAHT=/opt/venv/bin/:$PATH" >> /app/.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
+
 # execute our entrypoint.sh file
 # execute our entrypoint.sh file
 CMD ["./config/entrypoint.sh"]
 CMD ["./config/entrypoint.sh"]