Skip to content

Commit

Permalink
rename docker compose asset mount to work better with metacpan-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 28, 2024
1 parent 9aee844 commit a934bfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ services:
target: build-assets
volumes:
- './root/static/:/build/root/static/'
- 'assets:/build/root/assets/'
- 'web-assets:/build/root/assets/'
command: ['./build-assets.mjs', '--watch']
web-server:
build:
context: .
target: develop
volumes:
- './:/app/'
- 'assets:/app/root/assets/'
- 'web-assets:/app/root/assets/'
- '/app/local'
ports:
- '8000:80'
Expand All @@ -27,4 +27,4 @@ services:
- path: ./cpanfile
action: rebuild
volumes:
assets:
web-assets:

0 comments on commit a934bfc

Please sign in to comment.