Skip to content

Commit 1e0bdc8

Browse files
committed
Polish sample's README
1 parent 9b7f8b5 commit 1e0bdc8

File tree

1 file changed

+7
-1
lines changed
  • spring-cloud-function-samples/function-sample-aws-native

1 file changed

+7
-1
lines changed

spring-cloud-function-samples/function-sample-aws-native/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ Before starting the build, you must clone or download the code in **function-sam
3131
```
3232
3. Start the container
3333
```
34-
docker run -dit -v `pwd`:`pwd` -w `pwd` -v ~/.m2:/root/.m2 al2-graalvm19:native-function
34+
docker run -dit -v `pwd`:`pwd` -w `pwd` -v ~/.m2:/root/.m2 al2-graalvm19:native-function
35+
```
36+
37+
or
38+
39+
```
40+
docker run -dit -v $(pwd):$(pwd) -w $(pwd) -v ~/.m2:/root/.m2 al2-graalvm19:native-function
3541
```
3642
4. In Docker, open the image terminal.
3743

0 commit comments

Comments
 (0)