Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 333 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 333 Bytes

deploy-tool

A tool to help deploy projects as containers. Written in Rust, because.

Development

Recommended development platform and tools are Linux and VS Code.

To run the program for development purposes:

cargo run

# With command line arguments
cargo run -- --port 8888

To just build it:

cargo build