Browse Source

Removed internal gateway from image build script

pull/24/head
Galip Tolga Erdem 5 years ago
parent
commit
94ee55b7f3
  1. 1
      build/build-images-locally.ps1

1
build/build-images-locally.ps1

@ -8,7 +8,6 @@ $publicWebFolder = Join-Path $slnFolder "apps/public-web/src/EShopOnAbp.PublicWe
$webGatewayFolder = Join-Path $slnFolder "gateways/web/src/EShopOnAbp.WebGateway"
$webPublicGatewayFolder = Join-Path $slnFolder "gateways/web-public/src/EShopOnAbp.WebPublicGateway"
$internalGatewayFolder = Join-Path $slnFolder "gateways/internal/src/EShopOnAbp.InternalGateway"
$identityServiceFolder = Join-Path $slnFolder "services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host"
$administrationServiceFolder = Join-Path $slnFolder "services/administration/src/EShopOnAbp.AdministrationService.HttpApi.Host"

Loading…
Cancel
Save