Created
March 26, 2019 00:47
-
-
Save jaredlockhart/9ce51937f46fdf11c8bfade3fe9f84e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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