Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user