diff --git a/Dockerfile b/Dockerfile index d92ea3e..8c496a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,6 @@ COPY . . EXPOSE 4000 +CMD ["npx", "mikro-orm-esm", "migration:up"] + CMD ["npm", "run", "start"] \ No newline at end of file