diff --git a/.kube/app/Dockerfile b/.kube/app/Dockerfile index 0947d2b16..599ad8fc8 100644 --- a/.kube/app/Dockerfile +++ b/.kube/app/Dockerfile @@ -66,7 +66,7 @@ COPY . $APP_DIR RUN composer install -RUN npm ci +RUN . "$NVM_DIR/nvm.sh" && nvm use $NODE_VERSION && npm ci RUN chown www-data:root $APP_DIR/public/ -R