The `node:latest` image that was being used is too variable and
broke things when it moved to Node 11.

Fix #262
This commit is contained in:
Paul McLanahan 2018-11-07 14:26:18 -05:00 коммит произвёл Alex Gibson
Родитель 1ff3621f90
Коммит 7a80393595
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,5 +3,5 @@ cd "$(dirname ${BASH_SOURCE[0]})"/..
docker run --rm --label=node \
-v $(pwd):/app -w /app\
node \
node:10-alpine \
npm run-script build