update app path

This commit is contained in:
zhiqiang feng
2022-09-26 14:52:24 +08:00
parent 0716daa282
commit 26ea6a841a
+1 -1
View File
@@ -17,7 +17,7 @@ steps:
image: reg.int.it2000.com.cn/library/node:14.20-bullseye image: reg.int.it2000.com.cn/library/node:14.20-bullseye
volumes: volumes:
- name: app - name: app
path: /home/node/app path: /usr/src/app
commands: commands:
- npm install - npm install
- npm run build - npm run build