File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Mesimä was created with ❤️ using [Django Rest Framework](https://www.django
1616Since our Docker image is hosted on Github's container registry, it is possible to run the app using Dokcer, ** without even cloning** the repository.
1717
1818Note though, that the application will run using sqlite3 as it's database and * not* postgres. If you want to run the application using postgres,
19- refer to [ Delopment Instructions: Running the Application] ( #running-the-application ) .
19+ refer to [ Development Instructions: Running the Application] ( #running-the-application ) .
2020
21- First, create the database file, and store it inside a named volume ` mesima-data ` :
21+ First, create the database file, and store it inside a named volume ` mesima-data ` , using :
2222
2323```
2424docker run -e "DB=sqlite" --volume mesima-data:/backend --entrypoint "python" ghcr.io/amitkummer/mesima:latest manage.py migrate
You can’t perform that action at this time.
0 commit comments