Skip to content

Commit

Permalink
Full path because /usr/local/bin/ is not in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed Feb 23, 2018
1 parent f320ef7 commit 2c558ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion centos/7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN \
ADD my-master-legacy.cnf /etc/my.cnf

COPY docker-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["docker-entrypoint.sh"]
RUN /bin/chmod 755 /usr/local/bin/docker-entrypoint.sh
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]

CMD ["mysqld"]

0 comments on commit 2c558ce

Please sign in to comment.