mirror of
https://github.com/NotoChen/Jetbrains-Help.git
synced 2025-05-24 15:06:43 +08:00
添加一键打包/构建/运行脚本
This commit is contained in:
parent
e09041205b
commit
1d10d476f1
7
dockerbuild.sh
Executable file
7
dockerbuild.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
## chmod u+x *.sh
|
||||
# please run me ↑
|
||||
mvn clean package
|
||||
|
||||
docker build -t jenkins-help .
|
||||
|
||||
docker run -d -p 10768:10768 --name jetbrains-help jenkins-help
|
Loading…
Reference in New Issue
Block a user