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.

Commit1f1e079

Browse files
committed
chore: update docker build url
1 parentb594e23 commit1f1e079

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)

[8]ページ先頭

©2009-2025 Movatter.jp