From d37b427d52f9f071074fb4efb244c95d11bfaceb Mon Sep 17 00:00:00 2001 From: pablonyx Date: Wed, 26 Mar 2025 11:59:12 -0700 Subject: [PATCH] fix email flow (#4339) --- backend/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/Dockerfile b/backend/Dockerfile index 5e0de89b9..2e12d6c3e 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -102,6 +102,7 @@ COPY ./alembic /app/alembic COPY ./alembic_tenants /app/alembic_tenants COPY ./alembic.ini /app/alembic.ini COPY supervisord.conf /usr/etc/supervisord.conf +COPY ./static /app/static # Escape hatch scripts COPY ./scripts/debugging /app/scripts/debugging