Skip to content

Commit

Permalink
feat : File directory adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
taotao committed May 11, 2024
1 parent a3a315d commit ad127dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine

COPY ./bot_linux /home/
COPY ./script/* /home/script/
COPY ./driver/script/* /home/script/

WORKDIR /home

Expand All @@ -14,6 +14,5 @@ RUN echo -e "https://mirrors.ustc.edu.cn/alpine/latest-stable/main\nhttps://mirr
echo "Asia/Shanghai" > /etc/timezone

EXPOSE 8888
EXPOSE 6060

ENTRYPOINT ./bot_linux $0 $@

0 comments on commit ad127dc

Please sign in to comment.