Skip to content

Commit

Permalink
更新版本0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxinpro committed Jul 16, 2020
1 parent c6dc144 commit 80239dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN apk update && \
apk --no-cache add openssl wget && \
mkdir /web && \
cd /web && \
# wget https://github.com/xiaoxinpro/WolGoWeb/releases/download/V${VERSION}/WolGoWeb_${VERSION}_linux_amd64 -O ./WolGoWeb && \
wget https://github.com/xiaoxinpro/WolGoWeb/raw/master/docker/WolGoWeb_Linux_amd64 -O ./WolGoWeb && \
wget https://github.com/xiaoxinpro/WolGoWeb/releases/download/V${VERSION}/WolGoWeb_${VERSION}_linux_amd64 -O ./WolGoWeb && \
# wget https://github.com/xiaoxinpro/WolGoWeb/raw/master/docker/WolGoWeb_Linux_amd64 -O ./WolGoWeb && \
chmod 777 /web/WolGoWeb

ENV TZ Asia/Shanghai
Expand Down

0 comments on commit 80239dc

Please sign in to comment.