This repo contains the Dockerfile to build the image of the gCore IS Collector service
Go to file
Roberto Cirillo cb8e6dc712 Update 'JenkinsFile'
add webhook
2023-11-07 10:40:33 +01:00
Dockerfile Update service name to org.gcube.informationsystem.collector.gar 2023-11-06 10:29:16 +01:00
JenkinsFile Update 'JenkinsFile' 2023-11-07 10:40:33 +01:00
LICENSE Initial commit 2023-10-11 12:44:46 +02:00
README.md add Dockerfile to build the image 2023-10-11 12:51:39 +02:00

README.md

IS Collector Service Docker image

This repo contains the Dockerfile to build the image of the gCore IS Collector service

Build the image

$ docker build -t is-collector-service .

Test the image

$ docker container run --name is-collector is-collector-service