mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
ports are borked
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@ import reflex as rx
|
||||
|
||||
config = rx.Config(
|
||||
app_name="landing",
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user