Spaces:
Runtime error
Runtime error
Commit
·
6e0079a
1
Parent(s):
63af1bb
test2
Browse files- 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"]
|