Skip to content

Commit 0565c5b

Browse files
committed
feat(docker): add tsconfig and src directory to CMS Dockerfile
1 parent 67543ad commit 0565c5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/cms/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ RUN pnpm install --frozen-lockfile --prod --ignore-scripts
4545
# Copy built application from base stage
4646
COPY --from=base /app/apps/cms/.next ./apps/cms/.next
4747
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
4850

4951
# Create public directory (Next.js requires this even if empty)
5052
RUN mkdir -p ./apps/cms/public

0 commit comments

Comments
 (0)