Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Repository files navigation

COI Push Service

COI Push Service

Building

The project uses Gradle as build system. It includes Gradle wrapper, so all build commands are supposed to be issued using ./gradlew.

jar

./gradlew build

This builds a 'fat' jar.

Docker

./gradlew buildImage

This builds an image containing the application distribution and prints the image ID:

> Task :buildImage
Created image with ID 'cdd5fc70a49b'.

To run that image locally, execute:

docker run -it --rm -p 80:8080 cdd5fc70a49b

About

Webservice that processes and forwards COI compliant push messages.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages