fixing webspa build for windows, to use node-windows image
This commit is contained in:
parent
6693719f49
commit
c0f950e4a7
@ -60,6 +60,7 @@ jobs:
|
||||
projectName: ""
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
NODE_IMAGE=stefanscherer/node-windows:8.11
|
||||
PLATFORM=win
|
||||
- task: DockerCompose@0
|
||||
displayName: Compose push webspa
|
||||
@ -72,4 +73,5 @@ jobs:
|
||||
projectName: ""
|
||||
dockerComposeFileArgs: |
|
||||
TAG=$(Build.SourceBranchName)
|
||||
PLATFORM=win
|
||||
PLATFORM=win
|
||||
NODE_IMAGE=stefanscherer/node-windows:8.11
|
@ -214,6 +214,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: src/Web/WebSPA/Dockerfile
|
||||
args:
|
||||
- NODE_IMAGE=${NODE_IMAGE:-node:8.11}
|
||||
# depends_on:
|
||||
# - webshoppingagg
|
||||
# - webshoppingapigw
|
||||
|
Loading…
x
Reference in New Issue
Block a user