mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm mysterious qy flag
This commit is contained in:
parent
f9a86cf0dd
commit
f851fc7e89
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ WORKDIR /usr/app/
|
|||
|
||||
# install
|
||||
COPY src/web/package*.json ./
|
||||
RUN npm install -qy --only=prod
|
||||
RUN npm install --only=prod
|
||||
|
||||
# final
|
||||
COPY src/web/. ./
|
||||
Loading…
Reference in a new issue