diff options
Diffstat (limited to 'communities/red-right-hand/174bg.net/README.md')
| -rw-r--r-- | communities/red-right-hand/174bg.net/README.md | 8 |
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 +``` |
