reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Add an intermediate command between pc init and pc run to buid app

Open evandeng2009 opened this issue 2 years ago β€’ 0 comments

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.

evandeng2009 avatar Jun 29 '23 12:06 evandeng2009