diff options
Diffstat (limited to 'devtools/nodejs.sh')
| -rwxr-xr-x | devtools/nodejs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/nodejs.sh b/devtools/nodejs.sh index 0795eab5..2e5f4443 100755 --- a/devtools/nodejs.sh +++ b/devtools/nodejs.sh @@ -10,4 +10,4 @@ set -e # It passes env variables for e2e tests, # mounts the pwd into a volume in the container at /pkgsite, # and sets the working directory in the container to /pkgsite. -docker-compose -f devtools/docker/docker-compose.yaml run nodejs $@ +docker-compose -f devtools/docker/compose.yaml run nodejs $@ |
