Celestino Rey před 1 rokem
rodič
revize
5698eb828f
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -29,5 +29,7 @@ RUN python -m venv /opt/venv && \
 # make our entrypoint.sh executable
 RUN chmod +x config/entrypoint.sh
 
+EXPOSE 80
+
 # execute our entrypoint.sh file
 CMD ["./config/entrypoint.sh"]