pgracio / dhis2-docker

dhis2-docker
38 stars 32 forks source link

Update war file #19

Closed jotasolano closed 7 years ago

jotasolano commented 7 years ago

Hello.

Is there a way we can update the war file within the docker image? An important bug has just been fixed (oAuth for the API was broken) and we would like to update the war file to the latest version from the continuous integration service.

Thanks.

jason-p-pickering commented 7 years ago

You can build it yourself with the docker code in this repo, or wait for the nightly builds which get pushed to DockerHub.

jotasolano commented 7 years ago

Thanks for the quick reply