reflex
reflex copied to clipboard
Add an intermediate command between pc init and pc run to buid app
Describe the bug pc run takes too much time before fully start the app for the 1st time, especially for the dokcer. I'd like to add an intermediate command, like pc buid which will be exectute in Dockerfile before pc run, to make the app really ready in advance, as for the 2nd start, it's pretty quick.
To Reproduce Steps to reproduce the behavior:
- Code/Link to Repo:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
** Specifics (please complete the following information):**
- Python Version:
- Reflex Version:
- OS:
- Browser (Optional):
Additional context Add any other context about the problem here.