Skip to content

Commit

Permalink
update cover asset URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nanmu42 committed Jul 13, 2021
1 parent b871c7c commit 09fc587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
RUN mkdir -p assets && \
cd assets && \
wget -nc https://github.com/nanmu42/orly/releases/download/1.1.0-beta/cover-images.tar.xz && \
wget -nc https://github.com/nanmu42/orly/releases/download/1.5.0-beta/cover-images.tar.xz && \
wget -nc https://github.com/nanmu42/orly/releases/download/1.1.0-beta/fonts.tar.xz
RUN make all

Expand Down

0 comments on commit 09fc587

Please sign in to comment.