Instalar con log verboso

This commit is contained in:
2021-07-13 01:59:30 -04:00
parent b854aa32c1
commit c2c23d5a5c

View File

@@ -4,7 +4,7 @@ WORKDIR /angular
COPY package.json /angular COPY package.json /angular
RUN npm install RUN npm install --verbose
COPY . /angular COPY . /angular