Fix entrypoint
This commit is contained in:
@@ -22,7 +22,7 @@ RUN go build -ldflags="$LDFLAGS" -o localagent ./
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
|
|
||||||
# Copy the webui binary from the builder stage to the final image
|
# 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/
|
COPY --from=builder /etc/ssl/ /etc/ssl/
|
||||||
|
|
||||||
# Define the command that will be run when the container is started
|
# Define the command that will be run when the container is started
|
||||||
|
|||||||
Reference in New Issue
Block a user