Skip to content

Commit

Permalink
fix(aria2/Dockerfile): Connot found entrypoint.sh in alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnyang authored and NoCLin committed Oct 7, 2024
1 parent e8ffaa2 commit 2d458a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aria2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM alpine:3.19.1

RUN apk update && apk add --no-cache aria2

ADD entrypoint.sh /
ADD aria2.conf /
ADD ./entrypoint.sh /
ADD ./aria2.conf /

EXPOSE 6800

Expand Down

0 comments on commit 2d458a5

Please sign in to comment.