提交 b1ce2e6b 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

clean docker

上级 05d9d0ae
FROM ubuntu:17.10
LABEL maintainer="Huan LI <zixia@zixia.net>"
ENV NPM_CONFIG_LOGLEVEL warn
ENV DEBIAN_FRONTEND noninteractive
ENV LC_ALL C.UTF-8
ENV NODE_ENV $NODE_ENV
ENV NPM_CONFIG_LOGLEVEL warn
# Installing the 'apt-utils' package gets rid of the 'debconf: delaying package configuration, since apt-utils is not installed'
# error message when installing any other package with the apt-get package manager.
......
FROM zixia/wechaty
RUN sudo mkdir /app/ \
&& sudo chown -R bot:bot /app/
WORKDIR /app/
ONBUILD ARG NODE_ENV
ONBUILD ENV NODE_ENV $NODE_ENV
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册