Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pingiun authored Mar 27, 2024
1 parent f5c05bb commit 94fd3c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Create the schema with:

`docker compose run --rm php82-service symfony console doctrine:migrations:migrate`

Build some files needed for the frontend:

`docker compose run --rm node-service yarn build`

And finally populate the DB with some test data:

`docker compose run --rm php82-service symfony console doctrine:fixtures:load`
Expand Down

0 comments on commit 94fd3c7

Please sign in to comment.