Skip to content

Commit ad127dc

Browse files
author
taotao
committed
feat : File directory adjustment
1 parent a3a315d commit ad127dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine
22

33
COPY ./bot_linux /home/
4-
COPY ./script/* /home/script/
4+
COPY ./driver/script/* /home/script/
55

66
WORKDIR /home
77

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

1616
EXPOSE 8888
17-
EXPOSE 6060
1817

1918
ENTRYPOINT ./bot_linux $0 $@

0 commit comments

Comments
 (0)