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 it currently stands, to build the project you either need a cached .sqlx directory with SQLX_OFFLINE=true set to true in the env vars or have an active database connection during building.
Change this so that the dockerfile pulls in a throwaway postgres container (this should be in a different stage so that it doesnt end up in the final container).
The text was updated successfully, but these errors were encountered:
As it currently stands, to build the project you either need a cached
.sqlx
directory withSQLX_OFFLINE=true
set to true in the env vars or have an active database connection during building.Change this so that the dockerfile pulls in a throwaway postgres container (this should be in a different stage so that it doesnt end up in the final container).
The text was updated successfully, but these errors were encountered: