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