StockMAPI/docker/build/build.sh

8 lines
184 B
Bash
Raw Normal View History

2025-02-11 10:56:30 -06:00
# Copying source code to working directory
cp -r /src/* .
# Building the app
/root/.cargo/bin/cargo build
# Copying app to Result Directory
cp target/debug/$PROJ_NAME /app/$PROJ_NAME