mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-06-17 01:19:58 +08:00
fix(aria2/Dockerfile): Connot found entrypoint.sh in alpine.
This commit is contained in:
parent
e8ffaa21aa
commit
2d458a5ac7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user