Skip to content

Commit e754d74

Browse files
committed
fix: correct path for startup script in Dockerfile
1 parent a432350 commit e754d74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apk add unzip wget
2424

2525
WORKDIR /app/llonebot
2626

27-
COPY docker/llonebot/startup.sh /startup.sh
27+
COPY docker/startup.sh /startup.sh
2828

2929
RUN chmod +x /startup.sh
3030

@@ -35,4 +35,4 @@ RUN wget https://github.com/LLOneBot/LLOneBot/releases/download/v$LLONEBOT_VERSI
3535
RUN unzip /app/llonebot.zip -d /app/llonebot \
3636
&& rm /app/llonebot.zip
3737

38-
ENTRYPOINT ["/startup.sh"]
38+
ENTRYPOINT ["/startup.sh"]

0 commit comments

Comments
 (0)