Browse Source

Update Dockerfile

Removed hardcoding port 8080 in image, allowing more flexibility for complex docker deployments.
William Trelawny 2 năm trước cách đây
mục cha
commit
f26f86dd3f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

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