We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9385c85 commit 3a26bb5Copy full SHA for 3a26bb5
apps/web/Dockerfile
@@ -29,12 +29,14 @@ COPY apps/web/tsconfig.json ./apps/web/tsconfig.json
29
30
COPY packages/models ./packages/models
31
COPY packages/utils ./packages/utils
32
+COPY packages/medialit ./packages/medialit
33
34
RUN pnpm install
35
36
# RUN pnpm build
37
RUN pnpm --filter=@medialit/utils build
38
RUN pnpm --filter=@medialit/models build
39
+RUN pnpm --filter=medialit build
40
RUN pnpm --filter=@medialit/web build
41
42
ENV NODE_ENV production
0 commit comments