This commit is contained in:
@@ -17,6 +17,7 @@ RUN python3.11 -m venv $VIRTUAL_ENV
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
COPY deploy/* .
|
||||
|
||||
# Deploy templates and prepare app
|
||||
RUN reflex init
|
||||
|
||||
@@ -6,4 +6,5 @@ config = rx.Config(
|
||||
api_url="https://ipad.pb42.de",
|
||||
env=rx.Env.PROD,
|
||||
loglevel="debug",
|
||||
telemetry_enabled=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user