Skip to content

Commit

Permalink
🚀 Fixed docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
abdheshnayak committed Nov 1, 2024
1 parent 56d664f commit 336ef50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
!tsconfig.json
!remix.env.d.ts
!css-plugins
!index.css
src/generated/node_modules
src/generated/plugin/node_modules
src/design-system/node_modules
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ COPY ./jsconfig.json ./jsconfig.json
COPY ./tsconfig.json ./tsconfig.json
COPY ./remix.env.d.ts ./remix.env.d.ts
COPY ./css-plugins ./css-plugins
COPY ./index.css ./index.css

RUN pnpm build:ts

Expand Down

0 comments on commit 336ef50

Please sign in to comment.