first commit

This commit is contained in:
Antonio Calanducci 2023-11-22 13:22:05 +01:00
commit 85c827f444
2 changed files with 19 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM d4science/gcore-distribution
RUN wget --no-check-certificatehttps://nexus.d4science.org/nexus/content/repositories/gcube-releases/org/gcube/resourcemanagement/vremodeler-service/2.0.6-4.3.0-144804/vremodeler-service-2.0.6-4.3.0-144804-full.gar && gcore-deploy-service vremodeler-service-2.0.6-4.3.0-144804-full.gar

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# VRE Modeler Docker image
This repo contains the Dockerfile to build the image of the gCore VRE Modeler service
## Build the image
```shell
$ docker build -t vremodeler-image .
```
## Test the image
```shell
$ docker container run --name d4science/gcore-vremodeler -image vremodeler-image
```