diff --git a/docs/production.md b/docs/production.md index 31f3ac59f..849e52910 100644 --- a/docs/production.md +++ b/docs/production.md @@ -57,6 +57,13 @@ git clone git@github.com:/.git Go into the directory containing your project (``), and start the app in production mode: +Building images: + +```console +docker compose -f docker-compose.yml -f docker-compose.prod.yml build --pull --no-cache +``` +Running containers: + ```console SERVER_NAME=your-domain-name.example.com \ APP_SECRET=ChangeMe \