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