Fix entrypoint
This commit is contained in:
@@ -22,8 +22,8 @@ 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
|
||||
ENTRYPOINT ["/localagent"]
|
||||
ENTRYPOINT ["/localagent"]
|
||||
|
||||
Reference in New Issue
Block a user