Skip to content

Commit

Permalink
Merge pull request #599 from dbarzin/dev
Browse files Browse the repository at this point in the history
fix invalid path
  • Loading branch information
dbarzin authored Jan 22, 2024
2 parents 53672a5 + ffccb0c commit e0be5bb
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 @@ -89,7 +89,7 @@ By default it uses an SQLite backend. If you want to make data persistent:

```shell
touch ./db.sqlite && chmod a+w ./db.sqlite
docker run -it --rm --name mercator -e APP_ENV=development -p "127.0.0.1:8000":80 -v $PWD/db.sqlite:/var/www/mercator/db.sqlite ghcr.io/dbarzin/mercator:latest
docker run -it --rm --name mercator -e APP_ENV=development -p "127.0.0.1:8000":80 -v $PWD/db.sqlite:/var/www/mercator/sql/db.sqlite ghcr.io/dbarzin/mercator:latest
```

Finally you can populate the database with demo data through the `USE_DEMO_DATA` environment variable:
Expand Down

0 comments on commit e0be5bb

Please sign in to comment.