Skip to content

Commit 34198e0

Browse files
author
Francesco Faraone
committed
LITE-28205 fix invalid volume declaration in docker-compose for EaaS project
1 parent d956766 commit 34198e0

File tree

3 files changed

+650
-515
lines changed

3 files changed

+650
-515
lines changed

connect/cli/plugins/project/extension/templates/bootstrap/${project_slug}/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
{%- if webapp_supports_ui == 'y'%}
44
volumes:
5-
node_modules
5+
node_modules:
66
{%- endif %}
77

88
services:

0 commit comments

Comments
 (0)