Browse Source

Dockerfile fix for local packages

Serubin 8 năm trước cách đây
mục cha
commit
b691d4935c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -77,6 +77,7 @@ RUN \
     gosu wekan:wekan sh ./install_meteor.sh && \
     \
     # Build app
+    source /home/wekan/app/app.env && \
     cd /home/wekan/app && \
     gosu wekan /home/wekan/.meteor/meteor npm install --save xss && \
     gosu wekan /home/wekan/.meteor/meteor build --directory /home/wekan/app_build && \