소스 검색

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
 
 #---------------------------------------------------------------------