Fantastic/backend/build-docker.sh

5 lines
151 B
Bash
Raw Normal View History

2022-08-23 22:26:05 +01:00
#!/bin/bash
2022-08-23 22:39:10 +01:00
$HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo build --release
2022-08-23 22:26:05 +01:00
mkdir -p out
cp target/release/fantastic-rs out/backend