Create full docker with static name

Change-Id: Id376cf70702371a7cd6496dab9ce85b7fdc643a3
This commit is contained in:
Dominik Adam Przybysz 2015-10-24 15:01:44 +02:00
parent faf8f8006a
commit 3e695fcb78
5 changed files with 14 additions and 6 deletions

View file

@ -12,7 +12,7 @@ mvn clean package assembly:single
## Start server
```
java -jar mockserver-<VERSION>-jar-with-dependencies.jar [PORT]
java -jar mockserver.jar [PORT]
```
Default port is 9999.