Skip to content

Commit

Permalink
moved schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
omera26 committed Aug 11, 2024
1 parent 4368df3 commit b4ecc8e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/typescript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN yarn install

COPY . ./

RUN npx prisma generate --schema=models/prisma/schema.prisma
RUN npx prisma generate --schema=prisma/schema.prisma

EXPOSE 8080
ENTRYPOINT ["yarn", "dev"]
File renamed without changes.

0 comments on commit b4ecc8e

Please sign in to comment.