Compare commits

...

1 Commits

Author SHA1 Message Date
pablonyx
4fbfcc3954 fix email flow 2025-03-25 09:58:41 -07:00

View File

@@ -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