ladogton2010 commited on
Commit
63af1bb
·
1 Parent(s): 4741bed
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -55,4 +55,4 @@ USER root
55
  RUN updatedb
56
  RUN locate mariadbd
57
  #CMD ["bash", "-c", "/usr/sbin/mariadbd; tail -F error.log"]
58
- CMD ["bash", "-c", "ls /usr/sbin/; updatedb; locate mariadbd; /usr/sbin/mariadbd --port 7860; tail -F error.log"]
 
55
  RUN updatedb
56
  RUN locate mariadbd
57
  #CMD ["bash", "-c", "/usr/sbin/mariadbd; tail -F error.log"]
58
+ CMD ["bash", "-c", "ls /usr/sbin/; updatedb; locate mariadbd; /usr/local/mysql/bin/mariadbd --port 7860; tail -F error.log"]