Skip to content

Commit 9083fc4

Browse files
authored
Merge pull request #218 from cloudblue/LITE-28205
LITE-28205 fix invalid volume declaration in docker-compose for EaaS …
2 parents d956766 + 34198e0 commit 9083fc4

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)