Demosthene-OR commited on
Commit
ada16ba
1 Parent(s): 9aa384f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -26,7 +26,8 @@ WORKDIR $HOME/app
26
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
27
  COPY --chown=user . $HOME/app
28
 
29
- FROM container-registry.oracle.com/mysql/community-server:latest
 
30
 
31
  # Définir le mot de passe root pour MySQL
32
  ENV MYSQL_ROOT_PASSWORD=Rakuten
 
26
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
27
  COPY --chown=user . $HOME/app
28
 
29
+ # Use the official MySQL image as a base image
30
+ FROM mysql:latest
31
 
32
  # Définir le mot de passe root pour MySQL
33
  ENV MYSQL_ROOT_PASSWORD=Rakuten