Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
lisong committed Sep 1, 2018
1 parent d069ec2 commit 6626839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/code-push-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:8.11.4-alpine

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

COPY ./process.json /process.json

Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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
Expand Down

0 comments on commit 6626839

Please sign in to comment.