Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aiastia authored Jun 30, 2024
1 parent aacc6c5 commit 098bd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ RUN chmod -R 0777 /bot /root/.aria2 /upload.sh /start.sh && \
bash install.sh

# 设置启动命令
CMD wget https://raw.githubusercontent.com/666wcy/ARPT-Bot/main/start.sh -O start.sh && chmod 0777 start.sh && bash start.sh
CMD wget https://raw.githubusercontent.com/aiastia-dockerhub/ARPT-Bot/main/start.sh -O start.sh && chmod 0777 start.sh && bash start.sh

0 comments on commit 098bd75

Please sign in to comment.