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 22adbef commit b7e178dCopy full SHA for b7e178d
npm
@@ -5,9 +5,9 @@
5
6
docker run \
7
--rm \
8
- --volume $(pwd):/workspace \
+ --volume "$(pwd)":/workspace \
9
--workdir /workspace \
10
--env NODE_OPTIONS="--experimental-vm-modules --no-warnings" \
11
--entrypoint npm \
12
node:16.13.1-alpine3.14 \
13
- $@
+ "$@"
npx
--entrypoint npx \
0 commit comments