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
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Recent changes to update the default Docker entrypoint to run fidesops webserver (so a simple docker run ethyca/fidesops will start the server) broke hot reloading as a side effect. Fix hot-reloading on the running server by changing start_webserver.
Why
Prevents from having to restart/rebuild after local changes when running the webserver.
What
Recent changes to update the default Docker entrypoint to run
fidesops webserver(so a simpledocker run ethyca/fidesopswill start the server) broke hot reloading as a side effect. Fix hot-reloading on the running server by changingstart_webserver.Why
Prevents from having to restart/rebuild after local changes when running the webserver.