Skip to content

Commit

Permalink
Merge pull request #187 from danfengliu/fix-dockerfile-entrypoint-issue
Browse files Browse the repository at this point in the history
Fix dockerfile entrypoint params typo issue
  • Loading branch information
ywk253100 authored Apr 28, 2023
2 parents b3c5b26 + 1b7f785 commit 18ed106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ FROM scratch
COPY --from=build /go/bin/velero-plugin-for-microsoft-azure /plugins/
COPY --from=build /go/bin/cp-plugin /bin/cp-plugin
USER 65532:65532
ENTRYPOINT ["cp-plugin "/plugins/velero-plugin-for-microsoft-azure", "/target/velero-plugin-for-microsoft-azure"]
ENTRYPOINT ["cp-plugin", "/plugins/velero-plugin-for-microsoft-azure", "/target/velero-plugin-for-microsoft-azure"]

0 comments on commit 18ed106

Please sign in to comment.