mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-06-17 09:25:25 +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
|
RUN apk update && apk add --no-cache aria2
|
||||||
|
|
||||||
ADD entrypoint.sh /
|
ADD ./entrypoint.sh /
|
||||||
ADD aria2.conf /
|
ADD ./aria2.conf /
|
||||||
|
|
||||||
EXPOSE 6800
|
EXPOSE 6800
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user