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 a3f911d commit 71439d5Copy full SHA for 71439d5
Taskfile
@@ -28,7 +28,7 @@ function restart {
28
29
function shell {
30
start
31
- docker exec -it $(docker ps -q --filter="NAME=${project}-${appContainer}") bash
+ docker compose exec -u $(id -u):$(id -g) ${appContainer} bash
32
}
33
34
function default {
0 commit comments