- Make data tables fill available height so scrolling behaves correctly - Relocate deploy scripts under `deploy/docker`
6 lines
104 B
Bash
Executable file
6 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
git fetch
|
|
git pull
|
|
docker compose up -d --build --force-recreate
|