Fix entrypoint

This commit is contained in:
mudler
2025-02-27 19:38:21 +01:00
parent 46085077a5
commit 5c6df5adc0

View File

@@ -22,7 +22,7 @@ RUN go build -ldflags="$LDFLAGS" -o localagent ./
FROM scratch
# Copy the webui binary from the builder stage to the final image
COPY --from=builder /work/webui /webui
COPY --from=builder /work/localagent /localagent
COPY --from=builder /etc/ssl/ /etc/ssl/
# Define the command that will be run when the container is started