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
65
65
CRATESFYI_GITHUB_USERNAME=
66
66
CRATESFYI_GITHUB_ACCESSTOKEN=
67
67
RUST_LOG=cratesfyi
68
+ CARGO_TARGET_DIR=/home/cratesfyi/docs.rs/target
68
69
EOF
69
70
70
71
############################################################
105
106
############################################################
106
107
# Copying docs.rs into container #
107
108
############################################################
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
109
110
110
111
############################################################
111
112
# Re-creating database #
You can’t perform that action at this time.
0 commit comments