Name assembler Dockerfile

This commit is contained in:
Austin Anderson 2018-08-22 13:26:34 -07:00
parent 81377b07c5
commit 54dfc4c499
2 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ You can use the `Dockerfile` in this directory to build an editing environment
that has all of the Python dependencies you'll need:
```bash
$ docker build -t tf-assembler .
$ docker build -t tf-assembler -f assembler.Dockerfile .
# Set --user to set correct permissions on generated files
$ docker run --user $(id -u):$(id -g) -it -v $(pwd):/tf tf-assembler bash