diff --git a/.gitignore b/.gitignore index 75a7d9b3..52e73910 100644 --- a/.gitignore +++ b/.gitignore @@ -53,4 +53,4 @@ npm-debug.log # Rust binaries /native/**/target -/.cargo \ No newline at end of file +/.cargo diff --git a/docker/app/run-development b/docker/app/run-development index 0143b1b6..e26e9dce 100755 --- a/docker/app/run-development +++ b/docker/app/run-development @@ -2,7 +2,7 @@ # For compatibility with musl libc export CARGO_FEATURE_DISABLE_INITIAL_EXEC_TLS=1 -export CARGO_HOME=/srv/philomena +export CARGO_HOME=/srv/philomena/.cargo background() { while :; do