ladogton2010 commited on
Commit
6e0079a
·
1 Parent(s): 63af1bb
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -51,8 +51,8 @@ RUN locate my.cnf
51
  USER user
52
  RUN mkdir -p /home/user/mariadb/data
53
 
54
- 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/local/mysql/bin/mariadbd --port 7860; tail -F error.log"]
 
51
  USER user
52
  RUN mkdir -p /home/user/mariadb/data
53
 
54
+ # 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/local/mysql/bin/mariadbd --port 7860; tail -F error.log"]