diff --git a/.drone.yml b/.drone.yml index 4a1958e..14db107 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: image: reg.int.it2000.com.cn/library/node:14.20-bullseye volumes: - name: app - path: /home/node/app + path: /usr/src/app commands: - npm install - npm run build