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 ddef23d commit 6e54549Copy full SHA for 6e54549
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.5.0 pm2@latest --no-optional
+&& npm i -g code-push-server@0.5.1 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.5.0
+ image: tablee/code-push-server:v0.5.1
volumes:
- data-storage:/data/storage
- data-tmp:/data/tmp
0 commit comments