This commit is contained in:
Yanyutin753
2024-04-11 15:03:32 +08:00
parent 49e4c83e2d
commit 66fe458e9f

View File

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