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 #53 from flanksource/moshloop
Browse files Browse the repository at this point in the history
fix: improve backwards compatibility
  • Loading branch information
moshloop committed Mar 9, 2021
2 parents 7bc7cfa + 61a79dc commit 70dc4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -21,4 +21,5 @@ RUN make linux
FROM gcr.io/distroless/static:latest
WORKDIR /
COPY --from=builder /workspace/bin/platform-operator .
RUN ln -s /platform-operator /manager
ENTRYPOINT ["/platform-operator"]

0 comments on commit 70dc4a3

Please sign in to comment.