AegeusCoin / aegeus-ui

0 stars 2 forks source link

Automate docker image build #78

Closed tdiesler closed 1 year ago

tdiesler commented 5 years ago

Docker images for jaxrs + webui should be built as part of the normal mvn build

Currently, the docker images need to be built manually like this ...

mvn clean install
cd dist/target
cd ..; ./unpack.sh; cd target

... and then this for aegeus/aegeus-jaxrs and this for aegeus/aegeus-webui.

tdiesler commented 1 year ago

out-of-date