Spaces:
Runtime error
Runtime error
Commit
·
74a73a6
1
Parent(s):
8163ca7
mysql user
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,9 +4,9 @@ EXPOSE 3306
|
|
4 |
RUN apt update -y
|
5 |
RUN apt upgrade -y
|
6 |
RUN apt install -y mariadb-server lsof apt-utils net-tools
|
|
|
7 |
# USER mysql
|
8 |
# RUN service mariadb start
|
9 |
# RUN mysqld
|
10 |
-
RUN netstat -tulpn
|
11 |
# CMD ["bash","-c","service mariadb start; lsof -i:3306; tail -F error.log"]
|
12 |
CMD ["bash","-c","tail -F error.log"]
|
|
|
4 |
RUN apt update -y
|
5 |
RUN apt upgrade -y
|
6 |
RUN apt install -y mariadb-server lsof apt-utils net-tools
|
7 |
+
RUN netstat -tulpn
|
8 |
# USER mysql
|
9 |
# RUN service mariadb start
|
10 |
# RUN mysqld
|
|
|
11 |
# CMD ["bash","-c","service mariadb start; lsof -i:3306; tail -F error.log"]
|
12 |
CMD ["bash","-c","tail -F error.log"]
|