Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olegz authored Nov 10, 2023
1 parent 1753020 commit 27d7b1d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ You first need to build a Docker image where you will actually build project.
To do that execute the following command form [project directory

```
$ docker build -t "al2-graalvm19:native-uppercase" .
docker build -t "al2-graalvm19:native-uppercase" .
```
Start the container

```
$ docker run -dit -v `pwd`:`pwd` -w `pwd` -v ~/.m2:/root/.m2 al2-graalvm19:native-uppercase
```
docker run -dit -v `pwd`:`pwd` -w `pwd` -v ~/.m2:/root/.m2 al2-graalvm19:native-uppercase
```

Now navigate to the image terminal. Your working directory is alredy set for the root of the project. You can verify it by executing `ls`.

Expand Down

0 comments on commit 27d7b1d

Please sign in to comment.