You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the deployment and actions added by @themightychris we want to build our React bundle and deliver it as static files via our Django container.
Context
We could leave the frontend to be delivered as a separate container, but it would require many more resources on Code for Philly's part and on the user's part. Serving this all from one container will be much better for everyone in the long run.
Suggested solution (optional)
This blog post shows a good way to move forward with this, starting at the "Configuring Django and static files" section since we already have our front and back ends built
The text was updated successfully, but these errors were encountered:
Overview
As part of the deployment and actions added by @themightychris we want to build our React bundle and deliver it as static files via our Django container.
Context
We could leave the frontend to be delivered as a separate container, but it would require many more resources on Code for Philly's part and on the user's part. Serving this all from one container will be much better for everyone in the long run.
Suggested solution (optional)
This blog post shows a good way to move forward with this, starting at the "Configuring Django and static files" section since we already have our front and back ends built
The text was updated successfully, but these errors were encountered: