Removed NMP INSTALL from docker-compose.ci.build.yml. Shouldn't need to do that every time.

This commit is contained in:
Cesar De la Torre 2017-05-06 23:28:38 -07:00
parent 860d699a69
commit 4c0f0b01ad
2 changed files with 3 additions and 3 deletions

View File

@ -6,5 +6,5 @@ services:
volumes:
- .:/src
working_dir: /src
command: /bin/bash -c "pushd ./src/Web/WebSPA && npm install && npm rebuild node-sass && popd && dotnet restore ./eShopOnContainers-ServicesAndWebApps.sln && dotnet publish ./eShopOnContainers-ServicesAndWebApps.sln -c Release -o ./obj/Docker/publish"
command: /bin/bash -c "pushd ./src/Web/WebSPA && npm rebuild node-sass && popd && dotnet restore ./eShopOnContainers-ServicesAndWebApps.sln && dotnet publish ./eShopOnContainers-ServicesAndWebApps.sln -c Release -o ./obj/Docker/publish"

File diff suppressed because one or more lines are too long