Skip to content

Commit

Permalink
fix:docker error
Browse files Browse the repository at this point in the history
  • Loading branch information
shanhexi committed Dec 21, 2023
1 parent a29d1b4 commit dce3501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
# 将当前目录下的jar包复制到docker容器的/app 目录下
ADD chat2db-server/chat2db-server-web-start/target/chat2db-server-web-start.jar chat2db-server-web-start.jar
# 将当前目录下的lib包复制到docker容器的/app/lib 目录下
ADD chat2db-server/chat2db-server-web-start/target/lib lib
# ADD chat2db-server/chat2db-server-web-start/target/lib lib
# 让当前容器暴露10824
EXPOSE 10824
# 运行jar包
Expand Down

0 comments on commit dce3501

Please sign in to comment.