diff --git a/Dockerfile b/Dockerfile index 560595d..5972f2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ COPY package.json . COPY yarn.lock . RUN yarn install --production --frozen-lockfile +COPY ormconfig.js . COPY --from=build /app/dist dist CMD ["yarn", "start:prod"]