Skip to content

Commit

Permalink
Migrate to docker #641 - Fix memory issues in npm after migration awa…
Browse files Browse the repository at this point in the history
…y from global ng.
  • Loading branch information
HarelM committed Feb 17, 2018
1 parent 548a6c5 commit 156692f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
before_build:
- ps: dotnet restore
- ps: (Get-Content $env:appdata\npm\ng.cmd).Replace("node ", "node --max-old-space-size=2048 ") | Set-Content $env:appdata\npm\ng.cmd
- ps: (Get-Content $env:appdata\npm\npm.cmd).Replace("node ", "node --max-old-space-size=4096 ") | Set-Content $env:appdata\npm\ng.cmd
build:
project: IsraelHiking.sln
parallel: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
website:
image: israeli-hiking-map
image: israel-hiking
build: .
environment:
- ASPNETCORE_ENVIRONMENT=Development
Expand Down

0 comments on commit 156692f

Please sign in to comment.