We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a32da commit 3bbacb2Copy full SHA for 3bbacb2
1 file changed
README.md
@@ -20,6 +20,7 @@ If you wish to configure your own instance of Codabench platform, here are the i
20
21
```
22
$ cp .env_sample .env
23
+$ cp my-postgres_sample.conf my-postgres.conf
24
$ docker compose up -d
25
$ docker compose exec django ./manage.py migrate
26
$ docker compose exec django ./manage.py generate_data
0 commit comments