Update README.md

This commit is contained in:
itsscb 2023-10-02 22:10:20 +02:00 committed by GitHub
parent 86186af05a
commit 37017cb1e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ To first run the application in your local environment you can use
# to (re-)build the app image including migration
make backend_build
# to run the db and the app as docker images
# to run the db and the app as docker containers
make backend
```