We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a3c33 commit c7fbebcCopy full SHA for c7fbebc
Docker/Dockerfile.api
@@ -19,4 +19,6 @@ RUN pnpm install --frozen-lockfile
19
# Generate Prisma client
20
RUN pnpm db:generate
21
22
+RUN pnpm build --filter=api
23
+
24
CMD ["pnpm", "start", "--filter=api"]
0 commit comments