浏览代码

Update Dockerfile

Removed hardcoding port 8080 in image, allowing more flexibility for complex docker deployments.
William Trelawny 2 年之前
父节点
当前提交
f26f86dd3f
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -346,8 +346,6 @@ RUN \
     #rm -R /home/wekan/python
     #rm /home/wekan/install_meteor.sh
 
-ENV PORT=8080
-EXPOSE $PORT
 USER wekan
 
 #---------------------------------------------------------------------