fix(build): schema.shared.prisma -> schema.prisma
This commit is contained in:
parent
7e16e0f30c
commit
f929f6ad7d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /build
|
|||
COPY src ./src
|
||||
COPY server ./server
|
||||
COPY scripts ./scripts
|
||||
COPY prisma/schema.shared.prisma ./prisma/schema.shared.prisma
|
||||
COPY prisma/schema.prisma ./prisma/schema.prisma
|
||||
|
||||
COPY package.json yarn.lock next.config.js next-env.d.ts zip-env.d.ts tsconfig.json ./
|
||||
|
||||
|
|
Loading…
Reference in a new issue