From 6c84b667793473b155348edb8596deb8967a3e92 Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Tue, 6 Dec 2022 14:00:22 +0100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d84049c..a45f208 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,9 @@ RUN npm install --production COPY . . -CMD [ "npm", "run", "web" ] \ No newline at end of file +CMD [ "npm", "run", "web" ] + + +FROM mysql:8:0 + +COPY ./create.sql /docker-entrypoint-initdb.d/ \ No newline at end of file