Commit bb76a07e by linboxuan

Merge branch 'ucommune-back' of http://gitlab.gongsibao.com/jiangyong/zhichan into ucommune-back

parents 563b8420 8b4614cd
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD center-channel /apps/center-channel/
WORKDIR /apps/center-channel/
ADD ucommune-back /apps/ucommune-back/
WORKDIR /apps/ucommune-back/
RUN cnpm install -S
CMD ["node","/apps/center-channel/main.js"]
CMD ["node","/apps/ucommune-back/main.js"]
......
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 to comment