Demosthene-OR commited on
Commit
f6366d0
1 Parent(s): a48258a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 3306 3306
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/