Skip to content

Commit cb1b4b0

Browse files
committed
fix docker compose paths
1 parent 6ffc6bc commit cb1b4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ services:
1212
context: .
1313
target: develop
1414
volumes:
15-
- './:/metacpan-web/'
15+
- './:/app/'
1616
- 'assets:/metacpan-web/root/assets'
17-
- '/metacpan-web/local'
17+
- '/app/local'
1818
ports:
1919
- '8000:80'
2020
volumes:

0 commit comments

Comments
 (0)