Spaces:
Runtime error
Runtime error
Commit
·
8163ca7
1
Parent(s):
9479dfd
no user
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ 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
|
|
|
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
|