iron-io / dockerworker

The new IronWorker workflow examples. Test locally, then upload and start queuing jobs!
http://www.iron.io
232 stars 47 forks source link

Corrected docker build command #36

Closed tharindus609 closed 8 years ago

alex-litvak commented 8 years ago

@tharindus609 Thanks for the PR but the command in docs is correct (dot is at the end): docker build -t USERNAME/hello:0.0.1 . You can read about this command here