TrueBitFoundation / truebit-toolchain

Utility for preparing Truebit tasks
MIT License
8 stars 3 forks source link

Docker build command fails #5

Closed lukehedger closed 5 years ago

lukehedger commented 5 years ago

The documented Docker build command fails:

→ docker build . -t truebit-toolchain:latest
docker: "build" requires 1 argument.

I have tried this command, inline with the format docker build [OPTIONS] PATH but it just hangs:

docker build -t truebit-toolchain:latest .
hswick commented 5 years ago

I can see how that is confusing, but this seems like an issue with docker. I can only recommend doing it the way as it is described in the readme:

docker build . -t truebit-toolchain:latest