From afa737028efa975d9bfa37f0dfe30da28f26d127 Mon Sep 17 00:00:00 2001 From: chrehall68 Date: Tue, 15 Oct 2024 12:54:37 -0700 Subject: [PATCH] don't copy public directory (since TOS and Privacy moved to app) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c415fb..f71bc89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ 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