File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11/.rustwide
2+ /.rustwide-docker
23/ignored
34** /target
Original file line number Diff line number Diff line change 66.sass-cache
77.vagrant
88.rustwide
9+ .rustwide-docker
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ services:
88 - " 3000:3000"
99 volumes :
1010 - " /var/run/docker.sock:/var/run/docker.sock"
11- - " .rustwide:/home/cratesfyi /rustwide"
11+ - " .rustwide-docker:/opt/docsrs /rustwide"
1212 - " cratesio-index:/opt/docsrs/prefix/crates.io-index"
1313 environment :
14- CRATESFYI_RUSTWIDE_WORKSPACE : /home/cratesfyi /rustwide
14+ CRATESFYI_RUSTWIDE_WORKSPACE : /opt/docsrs /rustwide
1515 CRATESFYI_DATABASE_URL : postgresql://cratesfyi:password@db
1616 env_file :
1717 - .env
Original file line number Diff line number Diff line change 1- #! /bin/sh
1+ #! /usr/ bin/env bash
22
33set -euv
44
You can’t perform that action at this time.
0 commit comments