Skip to content

Commit a934bfc

Browse files
committed
rename docker compose asset mount to work better with metacpan-docker
1 parent 9aee844 commit a934bfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ services:
55
target: build-assets
66
volumes:
77
- './root/static/:/build/root/static/'
8-
- 'assets:/build/root/assets/'
8+
- 'web-assets:/build/root/assets/'
99
command: ['./build-assets.mjs', '--watch']
1010
web-server:
1111
build:
1212
context: .
1313
target: develop
1414
volumes:
1515
- './:/app/'
16-
- 'assets:/app/root/assets/'
16+
- 'web-assets:/app/root/assets/'
1717
- '/app/local'
1818
ports:
1919
- '8000:80'
@@ -27,4 +27,4 @@ services:
2727
- path: ./cpanfile
2828
action: rebuild
2929
volumes:
30-
assets:
30+
web-assets:

0 commit comments

Comments
 (0)