Skip to content

Commit 3e8a5d8

Browse files
committed
fix(docs): Fixed documentation generation when the project is run in Docker.
Previously, documentation files were created in the container itself, rather than on the host.
1 parent bfcf690 commit 3e8a5d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ services:
5656
build:
5757
context: ./docs
5858
dockerfile: Dockerfile
59+
volumes:
60+
- 'docs:/docs'
5961

6062
postgres:
6163
image: postgres:17
@@ -79,4 +81,5 @@ volumes:
7981
parser:
8082
driver: local
8183
postgres:
82-
driver: local
84+
driver: local
85+
docs:

0 commit comments

Comments
 (0)