aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net/README.md
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-13 16:36:35 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-13 16:36:35 +0100
commit5c834e269bfff00b92ee63862cbbc7165743de9e (patch)
treebe15791166e572b246dd7a4adba0cf66d3bffe08 /communities/red-right-hand/174bg.net/README.md
parent7dd09b51c733532ecb54951237f94368dd11badd (diff)
downloadunnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.tar
unnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.tar.gz
unnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.tar.bz2
unnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.tar.xz
unnamed-group-5c834e269bfff00b92ee63862cbbc7165743de9e.zip
add better-auth
Diffstat (limited to 'communities/red-right-hand/174bg.net/README.md')
-rw-r--r--communities/red-right-hand/174bg.net/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/communities/red-right-hand/174bg.net/README.md b/communities/red-right-hand/174bg.net/README.md
index d468797..59d5886 100644
--- a/communities/red-right-hand/174bg.net/README.md
+++ b/communities/red-right-hand/174bg.net/README.md
@@ -5,3 +5,11 @@ The official website of the 174th Battle Group, also known as the Red Right Hand
## Development
The website is built using [Next.js](https://nextjs.org/) and is deployed via [Docker](https://www.docker.com/).
+
+### First Run
+
+After starting the containers, run the following command to apply database migrations:
+
+```sh
+docker compose exec 174bg-net npx auth@latest migrate --yes
+```