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
fix Node_Image version
pull/2054/head
Tarun Jain
1 year ago
parent
8bd43a4db4
commit
2231774e70
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/docker-compose.yml
+ 1
- 1
src/docker-compose.yml
View File
@ -135,7 +135,7 @@ services:
context
:
.
dockerfile
:
Web/WebSPA/Dockerfile
args:
NODE_IMAGE
:
${NODE_IMAGE:-node:1
9
-bullseye}
NODE_IMAGE
:
${NODE_IMAGE:-node:1
6
-bullseye}
depends_on:
-
webshoppingagg
-
webshoppingapigw
Write
Preview
Loading…
Cancel
Save