Skip to content

Commit a556a23

Browse files
authored
FIX: Documentation change (#8884)
1 parent 9026da7 commit a556a23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/installation/docker.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ git clone https://github.com/fossasia/open-event-server.git && cd open-event-ser
1818
```sh
1919
cp .env.example .env
2020
```
21-
Add SECRET_KEY in the env file to run properly in production mode . To generate a good secret value run python -c 'import secrets;print(secrets.token_hex())'
22-
21+
Add SECRET_KEY in the env file to run properly in production mode . To generate a good secret value run
22+
```sh
23+
python -c 'import secrets;print(secrets.token_hex())'
24+
```
2325
* In the same terminal window, run `docker-compose build` to build open-event-server's docker image. This process can take some time.
2426

2527
* After build is done, run `docker-compose up -d` to start the server.

0 commit comments

Comments
 (0)