Spaces:
Runtime error
Runtime error
Commit
·
4741bed
1
Parent(s):
c839bfb
dfasfds
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -52,5 +52,7 @@ USER user
|
|
52 |
RUN mkdir -p /home/user/mariadb/data
|
53 |
|
54 |
USER root
|
|
|
|
|
55 |
#CMD ["bash", "-c", "/usr/sbin/mariadbd; tail -F error.log"]
|
56 |
-
CMD ["bash", "-c", "ls /usr/sbin/; updatedb; locate mariadbd /usr/sbin/mariadbd --port 7860; tail -F error.log"]
|
|
|
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/sbin/mariadbd --port 7860; tail -F error.log"]
|