Update container build instructions (#296)
This commit is contained in:
parent
ccff406cdc
commit
e65565987e
2 changed files with 4 additions and 4 deletions
|
@ -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 ./
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue