feat: add default migration
parent
46b92afb89
commit
b2ce4d6732
|
@ -2,6 +2,7 @@ FROM node:18.17-alpine as builder
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN yarn migration:execute
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
FROM node:18.17-alpine
|
FROM node:18.17-alpine
|
||||||
|
|
Loading…
Reference in New Issue