Demosthene-OR commited on
Commit
496701a
1 Parent(s): b9472c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ ENV MYSQL_USER=rakuten_admin@%
40
  ENV MYSQL_PASSWORD=Rakuten
41
 
42
  # Expose the MySQL port
43
- EXPOSE 7860
44
 
45
  # Copier le script SQL dans le conteneur
46
  COPY ./script.sql /docker-entrypoint-initdb.d/
 
40
  ENV MYSQL_PASSWORD=Rakuten
41
 
42
  # Expose the MySQL port
43
+ EXPOSE 3306
44
 
45
  # Copier le script SQL dans le conteneur
46
  COPY ./script.sql /docker-entrypoint-initdb.d/