From 21b1200c76f628ae33a687e5d7534b24a603d500 Mon Sep 17 00:00:00 2001 From: Alex Hicks Date: Mon, 21 Oct 2024 21:01:36 -0400 Subject: [PATCH] Copy index.html in web Dockerfile --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 5ee0868..162b994 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -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