Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaredlockhart/9ce51937f46fdf11c8bfade3fe9f84e8 to your computer and use it in GitHub Desktop.
Save jaredlockhart/9ce51937f46fdf11c8bfade3fe9f84e8 to your computer and use it in GitHub Desktop.
jkerim@jkerim-mbp~/Documents/rust-todo/api(master)$ docker run -it todo sh
# cargo build
Finished dev [unoptimized + debuginfo] target(s) in 0.18s
# cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.20s
Running `target/debug/rust-todo`
Hello, world!
# cargo clean -p rust-todo
# cargo build
Compiling rust-todo v0.1.0 (/app)
Finished dev [unoptimized + debuginfo] target(s) in 5.40s
# cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.20s
Running `target/debug/rust-todo`
bind?
Running on 0.0.0.0:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment