Skip to content

Commit

Permalink
fix mount paths for assets in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 18, 2024
1 parent 92329ea commit 1e01186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
context: .
target: build-assets
volumes:
- './root:/build/root/'
- './root/static/:/build/root/static/'
- 'assets:/build/root/assets/'
command: ['./build-assets.mjs', '--watch']
web-server:
Expand All @@ -13,7 +13,7 @@ services:
target: develop
volumes:
- './:/app/'
- 'assets:/metacpan-web/root/assets'
- 'assets:/app/root/assets/'
- '/app/local'
ports:
- '8000:80'
Expand Down

0 comments on commit 1e01186

Please sign in to comment.