Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Fix πŸ–¨οΈπŸ error
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Jan 23, 2023
1 parent 3ae8645 commit e9f9790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN \
ca-certificates \
tzdata

ENTRYPOINT ["appuio-cloud-agent"]
COPY appuio-cloud-agent /usr/bin/
ENTRYPOINT ["ocp-drain-monitor"]
COPY ocp-drain-monitor /usr/bin/

USER 65536:0

0 comments on commit e9f9790

Please sign in to comment.