deploy:修改pinyin部署程序
This commit is contained in:
parent
b247c78994
commit
c995483ec6
@ -69,7 +69,14 @@ services:
|
||||
- ./timezone:/etc/timezone
|
||||
- ../pinyinService:/opt/app
|
||||
working_dir: /opt/app
|
||||
command: npm --registry https://registry.npm.taobao.org install && node index.js 8012 123456321
|
||||
command:
|
||||
- /bin/bash
|
||||
- -c
|
||||
- |
|
||||
ls -l && \
|
||||
cd /opt/app && \
|
||||
npm --registry https://registry.npm.taobao.org install && \
|
||||
node index.js 8012 123456321
|
||||
bookmark-service:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/fleyx/node-java-env:v2
|
||||
container_name: bookmark-service
|
||||
|
Loading…
x
Reference in New Issue
Block a user