diff --git a/cookbook/apps.py b/cookbook/apps.py index e551319db..c785e5536 100644 --- a/cookbook/apps.py +++ b/cookbook/apps.py @@ -35,3 +35,4 @@ class CookbookConfig(AppConfig): # if DEBUG: # traceback.print_exc() # pass # dont break startup just because fix could not run, need to investigate cases when this happens + diff --git a/docs/install/docker.md b/docs/install/docker.md index 60fe1f709..fdf2dab90 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -52,9 +52,9 @@ The main, and also recommended, installation option is to install this applicati 1. Choose your `docker-compose.yml` from the examples below. 2. Download the `.env` configuration file with `wget`, then **edit it accordingly** (you NEED to set `SECRET_KEY` and `POSTGRES_PASSWORD`). - ```shell - wget https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template -O .env - ``` + ```shell + wget https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template -O .env + ``` 3. Start your container using `docker-compose up -d`. ### Plain