diff --git a/backend/entrypoint.sh b/backend/entrypoint.sh index 59eb904..0f53314 100755 --- a/backend/entrypoint.sh +++ b/backend/entrypoint.sh @@ -5,6 +5,6 @@ echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`" cd /backend -$HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo build --release +/root/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo build --release mkdir -p out cp target/release/fantastic-rs out/backend \ No newline at end of file