Update container build instructions (#296)

This commit is contained in:
Daniel Sanche 2020-03-26 14:32:37 -07:00 committed by GitHub
parent ccff406cdc
commit e65565987e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

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 ./
```

View File

@ -10,10 +10,10 @@ Run the following command to restore dependencies to `vendor/` directory:
## Build
From repository root, run:
From `src/shippingservice`, run:
```
docker build --file src/shippingservice/Dockerfile .
docker build ./
```
## Test