mirror of
https://github.com/YuWanTingbb/unofficial-gpt4.git
synced 2025-10-14 22:27:21 +00:00
更新 Dockerfile
This commit is contained in:
@@ -19,7 +19,9 @@ FROM scratch
|
||||
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
|
||||
|
||||
# Copy the native executable into the containers
|
||||
|
||||
COPY --from=builder /build/target/gpt-4-copilot /gpt-4-copilot
|
||||
|
||||
# Set the entrypoint
|
||||
ENTRYPOINT ["/gpt-4-copilot"]
|
||||
|
||||
|
Reference in New Issue
Block a user