ports are borked

This commit is contained in:
Timothy Pidashev
2024-03-07 13:40:10 -08:00
parent 9204d1c569
commit 4f93517f9e
4 changed files with 11 additions and 9 deletions

View File

@@ -10,9 +10,6 @@ RUN pip install -r requirements.txt
# Deploy templates and prepare app
RUN reflex init
# Download all npm dependencies and compile frontend
RUN reflex export --frontend-only --no-zip
# Needed until Reflex properly passes SIGTERM on backend.
STOPSIGNAL SIGKILL