Spaces:
Build error
Build error
Demosthene-OR
commited on
Commit
•
1c1fd72
1
Parent(s):
cd45648
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -27,7 +27,8 @@ WORKDIR $HOME/app
|
|
27 |
COPY --chown=user . $HOME/app
|
28 |
|
29 |
# Use the official MySQL image as a base image
|
30 |
-
|
|
|
31 |
|
32 |
# Définir le mot de passe root pour MySQL
|
33 |
ENV MYSQL_ROOT_PASSWORD=Rakuten
|
|
|
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
|
34 |
ENV MYSQL_ROOT_PASSWORD=Rakuten
|