Troubleshooting

Due to laziness, prefix every bash-snippet with

alias drc=docker compose

Webpack appears to be missing a library

Re-Install everything using npm, and restart the bundling

drc run --rm dev-app bun i --frozen-lockfile
drc run --rm dev-app bun run bundle

Pip appears to be missing a dependency

Reinstall the pip requirements

drc run --rm dev-app pip sync requirements.txt

I need to downgrade the schema

drc run --rm dev-app alembic downgrade $hash

Other problems (f.e. failing database initialization)

drc build