update building with individual number
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-05 14:13:47 +01:00
parent 02f6ce5b19
commit 7d2110d201
3 changed files with 22 additions and 3 deletions

View File

@@ -22,4 +22,8 @@ RUN reflex init
COPY . .
COPY deploy/rxconfig.py .
ENV PATH="/app/.venv/bin:$PATH" API_URL=$API_URL PYTHONUNBUFFERED=TRUE
# vim:set ft=dockerfile: