Skip to content

Commit 6e54549

Browse files
committed
docker
1 parent ddef23d commit 6e54549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/code-push-server/Dockerfile

+1-1
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].0 pm2@latest --no-optional
4+
&& npm i -g [email protected].1 pm2@latest --no-optional
55

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

docker/docker-compose.yml

+1-1
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.5.0
4+
image: tablee/code-push-server:v0.5.1
55
volumes:
66
- data-storage:/data/storage
77
- data-tmp:/data/tmp

0 commit comments

Comments
 (0)