diff --git a/Dockerfile b/Dockerfile index a45f208..d84049c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,4 @@ RUN npm install --production COPY . . -CMD [ "npm", "run", "web" ] - - -FROM mysql:8:0 - -COPY ./create.sql /docker-entrypoint-initdb.d/ \ No newline at end of file +CMD [ "npm", "run", "web" ] \ No newline at end of file