Skip to content

Commit

Permalink
correcting prod command for resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nektdev committed Sep 24, 2024
1 parent 9949bb7 commit 9407bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ docker compose -f prod/docker-compose.prod.yaml exec app python3 manage.py load_
And well pre-defined resources:

```sh
docker compose -f prod/docker-compose.prod.yaml exec app python3 manage.py load_areas dev/autoupload/areas.json
docker compose -f prod/docker-compose.prod.yaml exec app python3 manage.py load_resources dev/autoupload/resources.json
```


Expand Down

0 comments on commit 9407bd4

Please sign in to comment.