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 #54 from flanksource/moshloop
Browse files Browse the repository at this point in the history
ci: fix backwards compatibility
  • Loading branch information
moshloop committed Mar 9, 2021
2 parents 70dc4a3 + 2d3d4e3 commit bf6ee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -21,5 +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
COPY --from=builder /workspace/bin/platform-operator /manager
ENTRYPOINT ["/platform-operator"]

0 comments on commit bf6ee82

Please sign in to comment.