From ca34faa0373d446f2c6728396281acba42461622 Mon Sep 17 00:00:00 2001 From: chrehall68 Date: Mon, 14 Oct 2024 08:09:58 -0700 Subject: [PATCH] copy public directory to dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f71bc89..8c415fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ COPY components components COPY types types COPY utils utils COPY wrappers wrappers +COPY public public COPY .eslintrc.json .eslintrc.json COPY postcss.config.mjs postcss.config.mjs COPY tailwind.config.ts tailwind.config.ts