瀏覽代碼

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"]