feat(docker): update docker documentation

This commit is contained in:
Eugene Brodsky
2023-10-19 11:25:47 -04:00
parent f102e38076
commit 575c7bbfd8
5 changed files with 62 additions and 234 deletions

View File

@ -1,8 +1,11 @@
#!/usr/bin/env bash
set -e
# This script is provided for backwards compatibility with the old docker setup.
# it doesn't do much aside from wrapping the usual docker compose CLI.
SCRIPTDIR=$(dirname "${BASH_SOURCE[0]}")
cd "$SCRIPTDIR" || exit 1
docker-compose up --build -d
docker-compose logs -f
docker compose up --build -d
docker compose logs -f