We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c55f1b commit 5e1e0f0Copy full SHA for 5e1e0f0
Taskfile.yml
@@ -44,7 +44,7 @@ tasks:
44
- echo "Clearing the cache"
45
- task cc
46
- echo "Create jwt key pair"
47
- - docker compose --env-file .env.local --env-file .env.docker.local -f docker-compose.yml exec --user 1000:1000 api bin/console lexik:jwt:generate-keypair --skip-if-exists
+ - docker compose --env-file .env.local --env-file .env.docker.local -f docker-compose.yml exec api bin/console lexik:jwt:generate-keypair --skip-if-exists
48
- task tenant_add
49
- echo "CREATE AN ADMIN USER. CHOOSE THE TENANT YOU JUST CREATED."
50
- task user_add
0 commit comments