зеркало из https://github.com/mozilla/protocol.git
Use the node:10-alpine issue (#263)
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:
Родитель
1ff3621f90
Коммит
7a80393595
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче