test
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
mol
2023-12-14 10:32:38 +08:00
parent 4a86ca162a
commit 1fbe397078
2 changed files with 9 additions and 3 deletions

View File

@ -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