update adservice instructions

This commit is contained in:
Daniel Sanche 2020-02-21 15:55:04 -08:00 committed by GitHub
parent ccff406cdc
commit 7dd73bc023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,9 +20,9 @@ If you need to upgrade the version of gradle then run
## Building docker image
From the repository root, run:
From `src/adservice/`, run:
```
docker build --file src/adservice/Dockerfile .
docker build ./
```