mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-13 21:51:23 +00:00
Merge branch 'main' of https://github.com/YuWanTingbb/GPT4-Copilot
This commit is contained in:
2
.github/workflows/native-image.yml
vendored
2
.github/workflows/native-image.yml
vendored
@@ -44,4 +44,4 @@ jobs:
|
||||
yangclivia/gpt4-copilot-java:${{ steps.tag_name.outputs.tag }}-native
|
||||
yangclivia/gpt4-copilot-java:latest-native
|
||||
yangclivia/gpt4-copilot-java:latest
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user