Skip to content

Commit 6626839

Browse files
committed
docker
1 parent d069ec2 commit 6626839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/code-push-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:8.11.4-alpine
22

33
RUN npm config set registry https://registry.npm.taobao.org/ \
4-
&& npm i -g [email protected].3 pm2@latest --no-optional
4+
&& npm i -g [email protected].7 pm2@latest --no-optional
55

66
COPY ./process.json /process.json
77

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.7"
22
services:
33
server:
4-
image: tablee/code-push-server:v0.4.4
4+
image: tablee/code-push-server:v0.4.7
55
volumes:
66
- data-storage:/data/storage
77
- data-tmp:/data/tmp

0 commit comments

Comments
 (0)