Fix table flex sizing and move deploy scripts

- Make data tables fill available height so scrolling behaves correctly
- Relocate deploy scripts under `deploy/docker`
This commit is contained in:
dirtydishes 2026-05-07 22:16:21 -04:00
parent 9c351d12d1
commit de9a965a6c
3 changed files with 3 additions and 0 deletions

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
git fetch
git switch deployment
git pull
docker compose up -d --build --force-recreate