test: auto
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-08-09 09:51:34 +08:00
parent 677f584859
commit 493e0361d5
2 changed files with 31 additions and 23 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm install
# RUN npm install
COPY . .