更新 Dockerfile

This commit is contained in:
Clivia
2024-02-17 15:01:11 +08:00
committed by GitHub
parent 84831cf61d
commit 6ea385643f

View File

@@ -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"]