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 1
1
FROM node:8.11.4-alpine
2
2
3
3
RUN 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
5
5
6
6
COPY ./process.json /process.json
7
7
Original file line number Diff line number Diff line change 1
1
version : " 3.7"
2
2
services :
3
3
server :
4
- image : tablee/code-push-server:v0.5.1
4
+ image : tablee/code-push-server:v0.5.2
5
5
volumes :
6
6
- data-storage:/data/storage
7
7
- data-tmp:/data/tmp
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-push-server" ,
3
3
"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 " ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments