test: auto
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
mol
2023-08-09 10:29:00 +08:00
parent d9182ecc3f
commit 3e8502fb94
2 changed files with 11 additions and 11 deletions

View File

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