From 791a43904bc2fc8758ef74415fe7caf03121c471 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 15 Dec 2024 09:04:41 -0800 Subject: [PATCH] fixes docker --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d9eabecab527..29ba9edf6c88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ COPY .* *.config.ts *.config.js *.config.cjs ./ COPY assets ./assets COPY locales ./locales COPY public ./public +COPY types ./types # Build assets RUN pnpm build