We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccff406 commit e655659Copy full SHA for e655659
src/adservice/README.md
@@ -20,9 +20,9 @@ If you need to upgrade the version of gradle then run
20
21
## Building docker image
22
23
-From the repository root, run:
+From `src/adservice/`, run:
24
25
```
26
-docker build --file src/adservice/Dockerfile .
+docker build ./
27
28
src/shippingservice/README.md
@@ -10,10 +10,10 @@ Run the following command to restore dependencies to `vendor/` directory:
10
11
## Build
12
13
-From repository root, run:
+From `src/shippingservice`, run:
14
15
16
-docker build --file src/shippingservice/Dockerfile .
17
18
19
## Test
0 commit comments