未验证 提交 90c9c837 编写于 作者: A Antoine Chapusot 提交者: GitHub

Update Dockerfile

Set gid and uid in docker image
上级 aa49ec9e
FROM debian:jessie
RUN groupadd -r node && useradd -m -g node node
RUN groupadd -r node -g 1000 && useradd -m -g node -u 1000 node
ENV NODE_VERSION 8.4.0
ENV GOSU_VERSION 1.10
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册