Skip to content
Snippets Groups Projects
Commit 999ce125 authored by Martin Korec's avatar Martin Korec
Browse files

fix: add prisma generate

parent 962ed95c
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@ ENV PATH=/usr/src/node_modules/.bin:$PATH
WORKDIR /usr/src/app
COPY prisma/schema.prisma ./prisma/
RUN npx prisma generate
COPY . .
CMD ["npm", "run", "build"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment