Spaces:
Runtime error
Runtime error
Commit
·
4afa873
1
Parent(s):
03bb2a1
mysql user
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ EXPOSE 3306
|
|
3 |
RUN apt update -y
|
4 |
RUN apt upgrade -y
|
5 |
RUN apt install -y mariadb-server lsof apt-utils net-tools
|
6 |
-
USER
|
7 |
# RUN service mariadb start
|
8 |
# RUN mysqld
|
9 |
RUN netstat -tulpn
|
|
|
3 |
RUN apt update -y
|
4 |
RUN apt upgrade -y
|
5 |
RUN apt install -y mariadb-server lsof apt-utils net-tools
|
6 |
+
USER mysql
|
7 |
# RUN service mariadb start
|
8 |
# RUN mysqld
|
9 |
RUN netstat -tulpn
|