We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff3621 commit 7a80393Copy full SHA for 7a80393
bin/build.sh
@@ -3,5 +3,5 @@ cd "$(dirname ${BASH_SOURCE[0]})"/..
3
4
docker run --rm --label=node \
5
-v $(pwd):/app -w /app\
6
- node \
+ node:10-alpine \
7
npm run-script build
0 commit comments