Skip to content

Commit

Permalink
[ALL]
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Apr 6, 2019
1 parent c6a873e commit cab4119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export DOCKER_ALIYUN_PASSWORD=****
centos + docker bug: 重启无法连接ssh,未排查到具体原因
apt install -y git wget \
&& cd /root && git clone https://github.com/ydcode/start.git \
&& cd /root/start/tools/docker/ && chmod +x ./install.sh && ./install.sh && apt autoremove
&& cd /root/start/tools/docker/ && chmod +x ./install.sh && ./install.sh && apt autoremove -y
```


Expand All @@ -22,7 +22,7 @@ apt install -y git wget \
```
cd /root/boot/boot-project/docker-images/nexus-cli/ \
&& git pull origin dev \
&& mvn -DDOCKER_REGISTRY=${DOCKER_IO_REGISTRY} -DDOCKER_REPOSITORY=ydcode -DDOCKER_USERNAME=${DOCKER_IO_USERNAME} -DDOCKER_PASSWORD=${DOCKER_IO_PASSWORD} -U -T 1C clean compile install deploy
&& mvn -DDOCKER_REGISTRY=${DOCKER_ALIYUN_REGISTRY} -DDOCKER_REPOSITORY=ydcode -DDOCKER_USERNAME=${DOCKER_ALIYUN_USERNAME} -DDOCKER_PASSWORD=${DOCKER_ALIYUN_PASSWORD} -U -T 1C clean compile install deploy
```

# Nexus Run
Expand Down

0 comments on commit cab4119

Please sign in to comment.