Update Dockerfile

This commit is contained in:
Clivia
2024-02-16 21:51:33 +08:00
committed by GitHub
parent fa4989735d
commit 9126ba0857

View File

@@ -20,7 +20,7 @@ FROM alpine:latest
EXPOSE 8080
# Copy the native executable into the container
COPY --from=builder /build/target/gpt-4-copilot /app
COPY --from=builder /build/target/gpt-4-copilot app
# Set the entry point to run your application
ENTRYPOINT ["/app"]