Spaces:
Runtime error
Runtime error
Commit
·
7238e26
1
Parent(s):
954966d
LOCATE
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
@@ -44,6 +44,11 @@ WORKDIR /home/user/mariadb
|
|
44 |
USER root
|
45 |
RUN cmake --install .
|
46 |
|
|
|
|
|
|
|
|
|
47 |
USER user
|
|
|
48 |
#CMD ["bash", "-c", "/usr/sbin/mariadbd; tail -F error.log"]
|
49 |
CMD ["bash", "-c", "ls /usr/sbin/; /usr/sbin/mariadbd --port 7860; tail -F error.log"]
|
|
|
44 |
USER root
|
45 |
RUN cmake --install .
|
46 |
|
47 |
+
|
48 |
+
RUN updatedb
|
49 |
+
RUN locate my.cnf
|
50 |
+
|
51 |
USER user
|
52 |
+
RUN mkdir -p /home/user/mariadb/data
|
53 |
#CMD ["bash", "-c", "/usr/sbin/mariadbd; tail -F error.log"]
|
54 |
CMD ["bash", "-c", "ls /usr/sbin/; /usr/sbin/mariadbd --port 7860; tail -F error.log"]
|