#!/bin/sh
exec docker run --rm -it -v "$(pwd)":/volume clux/muslrust:stable cargo build --release $@
