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

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 33060
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 3306 3306
20
 
21
  # Copier le script SQL dans le conteneur
22
  COPY --chown=user ./script.sql /docker-entrypoint-initdb.d/