Spaces:
Runtime error
Runtime error
Commit
·
03bb2a1
1
Parent(s):
2149688
NO
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ RUN apt upgrade -y
|
|
5 |
RUN apt install -y mariadb-server lsof apt-utils net-tools
|
6 |
USER root
|
7 |
# RUN service mariadb start
|
8 |
-
RUN mysqld
|
9 |
RUN netstat -tulpn
|
10 |
# CMD ["bash","-c","service mariadb start; lsof -i:3306; tail -F error.log"]
|
11 |
CMD ["mysqld"]
|
|
|
5 |
RUN apt install -y mariadb-server lsof apt-utils net-tools
|
6 |
USER root
|
7 |
# RUN service mariadb start
|
8 |
+
# RUN mysqld
|
9 |
RUN netstat -tulpn
|
10 |
# CMD ["bash","-c","service mariadb start; lsof -i:3306; tail -F error.log"]
|
11 |
CMD ["mysqld"]
|