From b931bfde40dc54c3b79fb75c2b306e46458ee46d Mon Sep 17 00:00:00 2001 From: a76yyyyy <56478790+a76yyyy@users.noreply.github.com> Date: Wed, 27 Oct 2021 12:05:13 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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