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 67543ad commit 0565c5bCopy full SHA for 0565c5b
apps/cms/Dockerfile
@@ -45,6 +45,8 @@ RUN pnpm install --frozen-lockfile --prod --ignore-scripts
45
# Copy built application from base stage
46
COPY --from=base /app/apps/cms/.next ./apps/cms/.next
47
COPY --from=base /app/apps/cms/package.json ./apps/cms/
48
+COPY --from=base /app/apps/cms/tsconfig.json ./apps/cms/
49
+COPY --from=base /app/apps/cms/src ./apps/cms/src
50
51
# Create public directory (Next.js requires this even if empty)
52
RUN mkdir -p ./apps/cms/public
0 commit comments