This commit is contained in:
bqbn 2018-08-17 10:36:52 -07:00 коммит произвёл GitHub
Родитель a9d1b752c9
Коммит e788179f10
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,4 +1,4 @@
FROM node:6-slim
FROM node:8-slim
# Install node_modules into a different directory to avoid npm/npm#9863.
RUN mkdir -p /srv/node