Explorar el Código

remove cd /build

Stephen Moloney hace 8 años
padre
commit
8ba08988ee
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

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