Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #50 from flanksource/moshloop
Browse files Browse the repository at this point in the history
ci: docker publish
  • Loading branch information
moshloop committed Mar 9, 2021
2 parents 16fc9c7 + 4b8be78 commit d67003f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -20,5 +20,5 @@ RUN make linux
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:latest
WORKDIR /
COPY --from=builder /workspace/platform-operator .
COPY --from=builder /workspace/bin/platform-operator .
ENTRYPOINT ["/platform-operator"]

0 comments on commit d67003f

Please sign in to comment.