personium / personium-core

Core module of Personium
https://personium.io
Apache License 2.0
88 stars 16 forks source link

Implementing multi-stage Dockerfile #594

Closed yoh1496 closed 3 years ago

yoh1496 commented 3 years ago

I implemented Dockerfile to building war included tomcat docker image for personium.

How to build

Tomcat including personium-core.war

docker build . -t personium-core

Building environment (maven)

docker build . --target build -t personium-core-build