Skip to content

Commit 44bf16d

Browse files
committed
fix:docker jar name
1 parent 761b8c0 commit 44bf16d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ADD chat2db-server/chat2db-server-web-start/target/chat2db-server-web-start.jar
99
# 让当前容器暴露10824
1010
EXPOSE 10824
1111
# 运行jar包
12-
ENTRYPOINT ["java","-Dloader.path=lib","-Dspring.profiles.active=release","-jar","chat2db-server-start.jar"]
12+
ENTRYPOINT ["java","-Dloader.path=lib","-Dspring.profiles.active=release","-jar","chat2db-server-web-start.jar"]

0 commit comments

Comments
 (0)