This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
fixing webspa build for windows, to use node-windows image
pull/1055/head
eiximenis
5 years ago
parent
6693719f49
commit
c0f950e4a7
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
build/azure-devops/webspa/azure-pipelines.yml
+2
-0
docker-compose.yml
+ 3
- 1
build/azure-devops/webspa/azure-pipelines.yml
View File
@ -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
+ 2
- 0
docker-compose.yml
View File
@ -214,6 +214,8 @@ services:
build:
context
:
.
dockerfile
:
src/Web/WebSPA/Dockerfile
args:
-
NODE_IMAGE=${NODE_IMAGE:-node:8.11}
# depends_on:
# - webshoppingagg
# - webshoppingapigw
Write
Preview
Loading…
Cancel
Save