Polish sample's README

This commit is contained in:
Oleg Zhurakousky
2025-01-13 13:52:41 +01:00
parent 9b7f8b5516
commit 1e0bdc8043

View File

@@ -31,7 +31,13 @@ Before starting the build, you must clone or download the code in **function-sam
```
3. Start the container
```
docker run -dit -v `pwd`:`pwd` -w `pwd` -v ~/.m2:/root/.m2 al2-graalvm19:native-function
docker run -dit -v `pwd`:`pwd` -w `pwd` -v ~/.m2:/root/.m2 al2-graalvm19:native-function
```
or
```
docker run -dit -v $(pwd):$(pwd) -w $(pwd) -v ~/.m2:/root/.m2 al2-graalvm19:native-function
```
4. In Docker, open the image terminal.