Skip to content

Commit e655659

Browse files
Update container build instructions (GoogleCloudPlatform#296)
1 parent ccff406 commit e655659

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: src/adservice/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ If you need to upgrade the version of gradle then run
2020

2121
## Building docker image
2222

23-
From the repository root, run:
23+
From `src/adservice/`, run:
2424

2525
```
26-
docker build --file src/adservice/Dockerfile .
26+
docker build ./
2727
```
2828

Diff for: src/shippingservice/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Run the following command to restore dependencies to `vendor/` directory:
1010

1111
## Build
1212

13-
From repository root, run:
13+
From `src/shippingservice`, run:
1414

1515
```
16-
docker build --file src/shippingservice/Dockerfile .
16+
docker build ./
1717
```
1818

1919
## Test

0 commit comments

Comments
 (0)