Skip to content

Commit 5993af5

Browse files
committed
docs(docker/README.md): update example to not fail when a link already exists.
[ci skip]
1 parent a56255e commit 5993af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ possible configurations, we support only those that are typically used:
1111
```console
1212
$ mvn package
1313
$ cd docker
14-
$ ln -v ../target/mystamps.war mystamps.war
14+
$ ln -fv ../target/mystamps.war mystamps.war
1515
```
1616
By the way, don't forget to remove this hard link after using.
1717
* Build an image and run a container with `docker-compose`:

0 commit comments

Comments
 (0)