Skip to content

Commit 438079c

Browse files
Nemo157syphar
authored andcommitted
Bind static files into docker container
1 parent b637481 commit 438079c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
- "/var/run/docker.sock:/var/run/docker.sock"
1717
- ".rustwide-docker:/opt/docsrs/rustwide"
1818
- "cratesio-index:/opt/docsrs/prefix/crates.io-index"
19+
- "./static:/opt/docsrs/static:ro"
1920
environment:
2021
DOCSRS_RUSTWIDE_WORKSPACE: /opt/docsrs/rustwide
2122
DOCSRS_DATABASE_URL: postgresql://cratesfyi:password@db

0 commit comments

Comments
 (0)