Demosthene-OR commited on
Commit
7466b23
·
1 Parent(s): 47db4d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,5 +19,7 @@ EXPOSE 3306
19
  # Copier le script SQL dans le conteneur
20
  COPY --chown=user ./script.sql /docker-entrypoint-initdb.d/
21
 
 
 
22
  # Démarrer le serveur MySQL
23
  CMD ["mysqld","--bind-address","0.0.0.0","--port","3306"]
 
19
  # Copier le script SQL dans le conteneur
20
  COPY --chown=user ./script.sql /docker-entrypoint-initdb.d/
21
 
22
+ RUN mysqld --help
23
+
24
  # Démarrer le serveur MySQL
25
  CMD ["mysqld","--bind-address","0.0.0.0","--port","3306"]