Skip to content

Commit 5e1e0f0

Browse files
committed
Assume install by deploy-user
1 parent 6c55f1b commit 5e1e0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks:
4444
- echo "Clearing the cache"
4545
- task cc
4646
- 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
47+
- 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
4848
- task tenant_add
4949
- echo "CREATE AN ADMIN USER. CHOOSE THE TENANT YOU JUST CREATED."
5050
- task user_add

0 commit comments

Comments
 (0)