diff --git a/Dockerfile b/Dockerfile index fbf222f..9e23b44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app COPY . /app RUN npm config set registry "https://registry.npm.taobao.org/" \ + && npm install -g npm husky \ && npm install --production EXPOSE 3000