This commit is contained in:
@ -5,8 +5,7 @@ WORKDIR /app
|
||||
# COPY package*.json ./
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm --registry https://registry.npm.taobao.org install
|
||||
# RUN npm --registry https://registry.npm.taobao.org install
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
Reference in New Issue
Block a user