瀏覽代碼

remove cd /build

Stephen Moloney 8 年之前
父節點
當前提交
8ba08988ee
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -75,7 +75,6 @@ RUN \
     cd /home/wekan/app_build/bundle/programs/server/ && \
     cd /home/wekan/app_build/bundle/programs/server/ && \
     gosu wekan npm install && \
     gosu wekan npm install && \
     mv /home/wekan/app_build/bundle /build && \
     mv /home/wekan/app_build/bundle /build && \
-    cd /build && \
     \
     \
     # Cleanup
     # Cleanup
     apt-get remove --purge -y ${BUILD_DEPS} && \
     apt-get remove --purge -y ${BUILD_DEPS} && \