File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ CRATESFYI_DATABASE_URL=postgresql://cratesfyi@localhost
6565CRATESFYI_GITHUB_USERNAME=
6666CRATESFYI_GITHUB_ACCESSTOKEN=
6767RUST_LOG=cratesfyi
68+ CARGO_TARGET_DIR=/home/cratesfyi/docs.rs/target
6869EOF
6970
7071 ############################################################
105106 ############################################################
106107 # Copying docs.rs into container #
107108 ############################################################
108- cp -v /vagrant /target/debug/cratesfyi /var/lib/lxc/cratesfyi-container/rootfs/usr/local/bin
109+ cp -v /home/cratesfyi/docs.rs /target/debug/cratesfyi /var/lib/lxc/cratesfyi-container/rootfs/usr/local/bin
109110
110111 ############################################################
111112 # Re-creating database #
You can’t perform that action at this time.
0 commit comments