diff --git a/Dockerfile b/Dockerfile index 8b28cc0..1aa89d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM node:18.17-alpine as builder RUN apk add --no-cache git WORKDIR /app COPY . . +RUN yarn migration:execute RUN yarn install RUN yarn build FROM node:18.17-alpine