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
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN yarn migration:execute
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
FROM node:18.17-alpine
|
||||
|
|
Loading…
Reference in New Issue