Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 026c4fc

Browse files
committed
chore: update docker build url
1 parent a7f8d00 commit 026c4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/production/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN apk add tzdata --force-broken-world
1313
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone
1414

1515
ADD api_server.tar.gz /root/api_server
16-
RUN mix hex.config mirror_url https://hexpm.upyun.com
17-
# RUN mix hex.config mirror_url https://cdn.jsdelivr.net/hex
16+
# RUN mix hex.config mirror_url https://hexpm.upyun.com
17+
RUN mix hex.config mirror_url https://cdn.jsdelivr.net/hex
1818

1919
RUN cd /root/api_server && MIX_ENV=prod mix deps.get --only prod && MIX_ENV=prod mix compile
2020

0 commit comments

Comments
 (0)