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
Fixes
#1070
pull/1075/head
eiximenis
5 years ago
parent
87d0f69206
commit
33fb3a735f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker-compose.yml
+ 1
- 1
docker-compose.yml
View File
@ -215,7 +215,7 @@ services:
context
:
.
dockerfile
:
src/Web/WebSPA/Dockerfile
args:
-
NODE_IMAGE=
${NODE_IMAGE:-node:8.11}
NODE_IMAGE
:
${NODE_IMAGE:-node:8.11}
# depends_on:
# - webshoppingagg
# - webshoppingapigw
Write
Preview
Loading…
Cancel
Save