Skip to content

Commit

Permalink
Copy index.html in web Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aldahick committed Oct 22, 2024
1 parent 17bd444 commit 21b1200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY sdk/src src
RUN pnpm build:ci

WORKDIR /rex/web
COPY web/postcss.config.js web/tailwind.config.ts web/tsconfig.json web/vite.config.ts ./
COPY web/postcss.config.js web/tailwind.config.ts web/tsconfig.json web/vite.config.ts web/index.html ./
COPY web/public public
COPY web/src src
RUN pnpm build
Expand Down

0 comments on commit 21b1200

Please sign in to comment.