creylopez 1 rok temu
rodzic
commit
693f0829d4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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