Demosthene-OR commited on
Commit
4c648a9
1 Parent(s): 1c1fd72

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ WORKDIR $HOME/app
27
  COPY --chown=user . $HOME/app
28
 
29
  # Use the official MySQL image as a base image
30
- F# ROM mysql:latest
31
  FROM container-registry.oracle.com/mysql/community-server:latest
32
 
33
  # Définir le mot de passe root pour MySQL
 
27
  COPY --chown=user . $HOME/app
28
 
29
  # Use the official MySQL image as a base image
30
+ # FROM mysql:latest
31
  FROM container-registry.oracle.com/mysql/community-server:latest
32
 
33
  # Définir le mot de passe root pour MySQL