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
* Don't need to install uv since we copy it from the uv image which is
the recommended way to use uv in Docker.
* Copy uv.lock and pyproject.toml specifically.
* Install dependencies in a separate step before copying the rest of
the project.
* Validators is not required to be installed separately
* Extra COPY for backend is unneeded since we copy the whole project.
* Don't end up running as root, create a non-root user and switch to
that user.
0 commit comments