Skip to content

Commit

Permalink
Merge pull request #117 from codelitdev/issue-113
Browse files Browse the repository at this point in the history
Updated the dockerfile
  • Loading branch information
rajat1saxena authored Mar 21, 2024
2 parents 3206735 + f462c38 commit 62c6ddd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ COPY apps/web/components ./apps/web/components
COPY apps/web/lib ./apps/web/lib
COPY apps/web/models ./apps/web/models
COPY apps/web/public ./apps/web/public
COPY apps/web/utils ./apps/web/utils
COPY apps/web/auth.config.ts ./apps/web/auth.config.ts
COPY apps/web/auth.ts ./apps/web/auth.ts
COPY apps/web/components.json ./apps/web/components.json
COPY apps/web/next.config.js ./apps/web/next.config.js
COPY apps/web/postcss.config.js ./apps/web/postcss.config.js
COPY apps/web/tailwind.config.ts ./apps/web/tailwind.config.ts
COPY apps/web/tsconfig.json ./apps/web/tsconfig.json
COPY apps/web/components.json ./apps/web/components.json
COPY apps/web/auth.config.ts ./apps/web/auth.config.ts
COPY apps/web/auth.ts ./apps/web/auth.ts

COPY packages/models ./packages/models
COPY packages/utils ./packages/utils

Expand Down

0 comments on commit 62c6ddd

Please sign in to comment.