gpt4-copilot-java-native v0.0.5

This commit is contained in:
Yang Yang
2024-02-25 06:15:39 +00:00
parent 8812c0f89d
commit d791247591
7 changed files with 185 additions and 70 deletions

View File

@@ -8,7 +8,7 @@ LABEL maintainer="Yanyutin753"
USER root
# 复制JAR文件到容器的/app目录下
COPY /target/gpt-4-copilot-0.0.4.jar app.jar
COPY /target/gpt-4-copilot-0.0.5.jar app.jar
# 声明服务运行在8081端口
EXPOSE 8081