Update Dockerfile.jar

This commit is contained in:
Yang Yang
2024-03-14 18:39:00 +08:00
committed by GitHub
parent 4b77a1d990
commit 5ed3c72f51

View File

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