소스 검색

Quito EXPOSE

creylopez 1 년 전
부모
커밋
693f0829d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"]