Commit 5bb42e2d by xiawei

修改镜像

parent d898fe50
FROM registry.cn-hangzhou.aliyuncs.com/open_images/node12.13.1-pm2-zabbix
FROM registry.cn-hangzhou.aliyuncs.com/open_images/node12.13.1-pm2
ADD ./ /var/www/web_live
EXPOSE 3000
......
#!/bin/sh
/etc/init.d/zabbix_agentd start && \
npm config set scripts-prepend-node-path true && \
yarn run pm2:private
while true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment