From 9b15d2d6793b153f138133e197eda65faf19016d Mon Sep 17 00:00:00 2001 From: flange <38500-flange@users.noreply.git.rwth-aachen.de> Date: Thu, 18 Apr 2024 16:34:00 +0200 Subject: [PATCH] fix location of MoDalia.ttl --- .gitignore | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2049388..82604b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -MoDalia.ttl +dalia-ontology/ diff --git a/Dockerfile b/Dockerfile index 67752cc..17aba00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN \ # WORKDIR $ONTOLOGIES_DIR -COPY MoDalia.ttl $ONTOLOGIES_DIR +COPY dalia-ontology/MoDalia.ttl $ONTOLOGIES_DIR RUN \ set -ex && \ echo "5a6376960b2f70de3cfca0ffefa94bb5773a1f8aeb5d7b4d1e2944a8cb7bfd32 MoDalia.ttl" | sha256sum --status -c -- GitLab