Skip to content

Commit

Permalink
Style(demo): Sort volumes alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jan 11, 2024
1 parent ac08bb3 commit 95d0950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web-twig-demo/docker/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ services:
target: app_php_dev
volumes:
- ./../:/srv/spirit-web-twig-demo/:delegated
- ./../../../packages/web-twig:/srv/spirit-web-twig-bundle/:delegated
- ./../../../packages/icons/dist/svg/:/srv/spirit-web-twig-bundle/static/:delegated
- ./../../../packages/web-twig:/srv/spirit-web-twig-bundle/:delegated
- ./../docker/php/conf.d/app.dev.ini:/usr/local/etc/php/conf.d/app.dev.ini:ro
# If you develop on Mac or Windows you can remove the vendor/ directory
# from the bind-mount for better performance by enabling the next line:
Expand All @@ -29,11 +29,11 @@ services:
# - '${DEV_SERVER_PORT:-8080}:8080'
volumes:
- ./../:/srv/spirit-web-twig-demo/:delegated
- ./../../../packages/web:/srv/spirit-web/:delegated
- ./../../../packages/common:/srv/spirit-common/:delegated
- ./../../../packages/design-tokens:/srv/spirit-design-tokens/:delegated
- ./../../../packages/demo:/srv/spirit-demo/:delegated
- ./../../../packages/design-tokens:/srv/spirit-design-tokens/:delegated
- ./../../../packages/form-validations:/srv/spirit-form-validations/:delegated
- ./../../../packages/web:/srv/spirit-web/:delegated
# If you develop on Mac or Windows you can remove the node_modules/ directory
# from the bind-mount for better performance by enabling the next line:
- /srv/spirit-web-twig-demo/node_modules
Expand Down

0 comments on commit 95d0950

Please sign in to comment.