Skip to content

Commit

Permalink
Fix encryption permission issue on Openshift
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Aug 14, 2024
1 parent 243e25f commit a70a893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ COPY <<EOF /usr/local/bin/restore
EOF
RUN chmod +x /usr/local/bin/backup && \
chmod +x /usr/local/bin/restore
#ENTRYPOINT ["/usr/local/bin/mysql-bkup"]
ENTRYPOINT ["/usr/local/bin/mysql-bkup"]

0 comments on commit a70a893

Please sign in to comment.