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:
parent
9c351d12d1
commit
de9a965a6c
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue