Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit026c4fc

Browse files
committed
chore: update docker build url
1 parenta7f8d00 commit026c4fc

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)

[8]ページ先頭

©2009-2025 Movatter.jp