Skip to content

Commit 278090c

Browse files
committed
Add Publishing Branch
1 parent 638a708 commit 278090c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ ADD chat2db-server/chat2db-server-start/target/chat2db-server-start.jar chat2db-
88
ADD chat2db-server/chat2db-server-start/target/lib lib
99
# 让当前容器暴露10824
1010
EXPOSE 10824
11-
# 运行jar包ENTRYPOINT ["java","-Dloader.path=lib","-Dspring.profiles.active=release","-jar","chat2db-server-start.jar"]
11+
# 运行jar包
12+
ENTRYPOINT ["java","-Dloader.path=lib","-Dspring.profiles.active=release","-jar","chat2db-server-start.jar"]

0 commit comments

Comments
 (0)