From b7772128d7d58c6e8136bcbecf9d29b7a18e91eb Mon Sep 17 00:00:00 2001 From: Jayvin Hernandez Date: Sat, 25 Feb 2023 20:36:05 -0800 Subject: [PATCH] fix: default public folder (docker) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 67c0b84..8141c60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY next.config.js ./next.config.js COPY tsup.config.ts ./tsup.config.ts COPY tsconfig.json ./tsconfig.json COPY mimes.json ./mimes.json +COPY public ./public FROM base as builder