Skip to content

Commit

Permalink
更新 Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann0617 authored Jan 21, 2024
1 parent 33ab3d9 commit e8ad454
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 @@ -18,7 +18,7 @@ COPY . /root/tgNetDisc/


RUN cd /root/tgNetDisc && go build -o tgState main.go \
&& cp /root/tgNetDisc/tgState /app/tgState \
&& mv /root/tgNetDisc/tgState /app/tgState \
&& rm -rf /root/tgNetDisc

# 将编译好的二进制文件复制到容器中
Expand Down

0 comments on commit e8ad454

Please sign in to comment.