We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a432350 commit e754d74Copy full SHA for e754d74
1 file changed
docker/Dockerfile
@@ -24,7 +24,7 @@ RUN apk add unzip wget
24
25
WORKDIR /app/llonebot
26
27
-COPY docker/llonebot/startup.sh /startup.sh
+COPY docker/startup.sh /startup.sh
28
29
RUN chmod +x /startup.sh
30
@@ -35,4 +35,4 @@ RUN wget https://github.com/LLOneBot/LLOneBot/releases/download/v$LLONEBOT_VERSI
35
RUN unzip /app/llonebot.zip -d /app/llonebot \
36
&& rm /app/llonebot.zip
37
38
-ENTRYPOINT ["/startup.sh"]
+ENTRYPOINT ["/startup.sh"]
0 commit comments