Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 33fb3a7

Browse files
committed
Fixes #1070
1 parent 87d0f69 commit 33fb3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ services:
215215
context: .
216216
dockerfile: src/Web/WebSPA/Dockerfile
217217
args:
218-
- NODE_IMAGE=${NODE_IMAGE:-node:8.11}
218+
NODE_IMAGE: ${NODE_IMAGE:-node:8.11}
219219
# depends_on:
220220
# - webshoppingagg
221221
# - webshoppingapigw

0 commit comments

Comments
 (0)