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

Commit 1f1e079

Browse files
committed
chore: update docker build url
1 parent b594e23 commit 1f1e079

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
@@ -1,4 +1,4 @@
1-
From bitwalker/alpine-elixir-phoenix:1.12.2
1+
From bitwalker/alpine-elixir-phoenix:1.13
22

33
RUN mkdir /root/api_server
44

@@ -13,7 +13,7 @@ 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
16+
RUN mix hex.config mirror_url https://hexpm.upyun.com
1717
# 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

0 commit comments

Comments
 (0)