We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeee9c9 commit 7dc1d66Copy full SHA for 7dc1d66
README.md
@@ -23,7 +23,7 @@ At least: Java 11 and Maven 3.5
23
https://hub.docker.com/r/wlanboy/webshell
24
25
## Docker build
26
-- docker build -t serviceconfig:latest . --build-arg JAR_FILE=./target/webshell-0.1.2-SNAPSHOT.jar
+- docker build -t webshell:latest . --build-arg JAR_FILE=./target/webshell-0.1.2-SNAPSHOT.jar
27
28
## Docker run
29
- docker run --name webshell -d -p 8080:8001 -v /tmp:/tmp wlanboy/webshell:latest
0 commit comments