-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
settings.json
{
"task": {
"outputTo": "output"
}
}Dockerfile
FROM node:22-bookworm
CMD ["bash"]Taskfile.yaml
---
version: '3'
tasks:
frontend.cli:
cmds:
- docker compose run --rm frontend-cli {{.CLI_ARGS}}Click Run Task With Args, input npm -v, this generates the command docker compose run --rm frontend-cli 'npm -v'. If you set outputTo to terminal, the final command will be docker compose run --rm frontend-cli npm -v, аnd the result will be successful. The problem is on line taskfile.ts:261.
Metadata
Metadata
Assignees
Labels
No labels