rm mysterious qy flag

This commit is contained in:
Collin M. Barrett 2019-07-27 07:44:05 -05:00
parent f9a86cf0dd
commit f851fc7e89

View file

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