Sign inSign up

felix/plantuml-server

By felix

•Updated about 8 years ago

Jetty alpine + plantuml.war

Image
0

383

felix/plantuml-server repository overview

⁠PlantUML

http://plantuml.com/⁠

⁠Dev

docker-compose build
docker-compose up

⁠Check

http://localhost:8080/plantuml/index.jsp⁠

./test/sequence.sh
./test/dot.sh

⁠Create WAR file

git clone https://github.com/plantuml/plantuml-server/
cd plantuml-server/
docker build -t plantuml-tmp .
docker run -it --name tmp plantuml-tmp mvn compile war:war
docker cp tmp:/app/target/plantuml.war .

docker rm tmp
docker rmi plantuml-tmp

Tag summary

Content type

Image

Digest

Size

86.9 MB

Last updated

about 8 years ago

docker pull felix/plantuml-server