We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d069ec2 commit 6626839Copy full SHA for 6626839
docker/code-push-server/Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:8.11.4-alpine
2
3
RUN npm config set registry https://registry.npm.taobao.org/ \
4
-&& npm i -g code-push-server@0.4.3 pm2@latest --no-optional
+&& npm i -g code-push-server@0.4.7 pm2@latest --no-optional
5
6
COPY ./process.json /process.json
7
docker/docker-compose.yml
version: "3.7"
services:
server:
- image: tablee/code-push-server:v0.4.4
+ image: tablee/code-push-server:v0.4.7
volumes:
- data-storage:/data/storage
- data-tmp:/data/tmp
0 commit comments