We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92329ea commit 1e01186Copy full SHA for 1e01186
docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
context: .
5
target: build-assets
6
volumes:
7
- - './root:/build/root/'
+ - './root/static/:/build/root/static/'
8
- 'assets:/build/root/assets/'
9
command: ['./build-assets.mjs', '--watch']
10
web-server:
@@ -13,7 +13,7 @@ services:
13
target: develop
14
15
- './:/app/'
16
- - 'assets:/metacpan-web/root/assets'
+ - 'assets:/app/root/assets/'
17
- '/app/local'
18
ports:
19
- '8000:80'
0 commit comments