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
At the moment, to get a local version of Fritz running all docker containers need to be built, including the SkyPortal one.
Consider putting in place Docker containers that mount the local filesystem, and then have a lightweight build update command to patch SkyPortal into the correct folder, after which fritz can be reloaded without rebuilding/restarting containers.
In short: we need to be able to rapidly iterate on code in Fritz as we do on SkyPortal, without costly build steps.
The text was updated successfully, but these errors were encountered:
At the moment, to get a local version of Fritz running all docker containers need to be built, including the SkyPortal one.
Consider putting in place Docker containers that mount the local filesystem, and then have a lightweight build update command to patch SkyPortal into the correct folder, after which fritz can be reloaded without rebuilding/restarting containers.
In short: we need to be able to rapidly iterate on code in Fritz as we do on SkyPortal, without costly build steps.
The text was updated successfully, but these errors were encountered: