Browse Source

Fixes #1070

pull/1075/head
eiximenis 5 years ago
parent
commit
33fb3a735f
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save