Skip to content
Snippets Groups Projects
Commit e4dec4a1 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

excluded apps/web from local env volume mount

parent 877a8e8d
No related branches found
No related tags found
1 merge request!276excluded apps/web from local env volume mount
Pipeline #1853 passed
......@@ -77,7 +77,7 @@ services:
volumes:
- ./services/workflow:/code
- ./shared:/packages/shared
- ./apps:/packages/apps
- ./apps/cli:/packages/apps/cli
- ./testing:/packages/testing
- ./tmp/:/tmp/workspaces_tmp
- ./delivery_root:/tmp/delivery_root
......@@ -97,7 +97,7 @@ services:
volumes:
- ./services/capability:/code
- ./shared:/packages/shared
- ./apps:/packages/apps
- ./apps/cli:/packages/apps/cli
- ./testing:/packages/testing
notification:
......@@ -112,7 +112,7 @@ services:
volumes:
- ./services/notification:/code
- ./shared:/packages/shared
- ./apps:/packages/apps
- ./apps/cli:/packages/apps/cli
- ./testing:/packages/testing
frontend:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment