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

Commit

Permalink
fix: improve backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Mar 9, 2021
1 parent d1abfbd commit 61a79dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
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 61a79dc

Please sign in to comment.