fix(aria2/Dockerfile): Connot found entrypoint.sh in alpine.
Some checks failed
Deploy Jekyll with GitHub Pages dependencies preinstalled / build (push) Has been cancelled
Deploy Jekyll with GitHub Pages dependencies preinstalled / deploy (push) Has been cancelled

This commit is contained in:
jinnyang 2024-10-07 20:18:16 +08:00 committed by Junlin Liu
parent e8ffaa21aa
commit 2d458a5ac7

View File

@ -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