From d95702ae4680fccf4cbf885de900f2920cb37aed Mon Sep 17 00:00:00 2001 From: Sharun Date: Sat, 6 Apr 2024 13:13:43 -0700 Subject: [PATCH] copy public folder --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3f3203fa6..b90f0b7c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile # Copy all source files COPY build.sh disable_in_app_purchases.sh index.html vite.config.ts manifest.json tsconfig.json tsconfig.node.json ./ +COPY public ./public COPY src ./src # Build