File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM node:8.11.4-alpine
22
33RUN npm config set registry https://registry.npm.taobao.org/ \
4- && npm i -g code-push-server@0.5.1 pm2@latest --no-optional
4+ && npm i -g code-push-server@0.5.2 pm2@latest --no-optional
55
66COPY ./process.json /process.json
77
Original file line number Diff line number Diff line change 11version : " 3.7"
22services :
33 server :
4- image : tablee/code-push-server:v0.5.1
4+ image : tablee/code-push-server:v0.5.2
55 volumes :
66 - data-storage:/data/storage
77 - data-tmp:/data/tmp
Original file line number Diff line number Diff line change 11{
22 "name" : " code-push-server" ,
33 "description" : " CodePush service is hotupdate services which adapter react-native-code-push and cordova-plugin-code-push" ,
4- "version" : " 0.5.1 " ,
4+ "version" : " 0.5.2 " ,
55 "license" : " MIT" ,
66 "repository" : {
77 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments