Spaces:
Build error
Build error
Demosthene-OR
commited on
Commit
•
cbc0f06
1
Parent(s):
5154adf
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ ENV HOSTNAME=demosthene-or-rakuten-mysql.hf.space
|
|
17 |
RUN sed -i 's/127.0.0.1/0.0.0.0/g' /etc/my.cnf
|
18 |
|
19 |
# Expose the MySQL port
|
20 |
-
EXPOSE 3306
|
21 |
|
22 |
# RUN mysqld --verbose --help
|
23 |
|
|
|
17 |
RUN sed -i 's/127.0.0.1/0.0.0.0/g' /etc/my.cnf
|
18 |
|
19 |
# Expose the MySQL port
|
20 |
+
# EXPOSE 3306
|
21 |
|
22 |
# RUN mysqld --verbose --help
|
23 |
|