Spaces:
Build error
Build error
Demosthene-OR
commited on
Commit
•
f6366d0
1
Parent(s):
a48258a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ ENV HOSTNAME=demosthene-or-rakuten-mysql.hf.space
|
|
16 |
RUN chmod 777 -R /var
|
17 |
|
18 |
# Expose the MySQL port
|
19 |
-
EXPOSE
|
20 |
|
21 |
# Copier le script SQL dans le conteneur
|
22 |
COPY --chown=user ./script.sql /docker-entrypoint-initdb.d/
|
|
|
16 |
RUN chmod 777 -R /var
|
17 |
|
18 |
# Expose the MySQL port
|
19 |
+
EXPOSE 2375 3306
|
20 |
|
21 |
# Copier le script SQL dans le conteneur
|
22 |
COPY --chown=user ./script.sql /docker-entrypoint-initdb.d/
|