Skip to content

Commit

Permalink
dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hansidm committed Oct 16, 2024
1 parent a30ad7e commit 2709932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
6 changes: 2 additions & 4 deletions docker/Dockerfile-data
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ FROM eclipse-temurin:21-jre-alpine
COPY . /POEM
WORKDIR /POEM/rcads

RUN ls -l
RUN java -jar rmlmapper-7.1.2-r374-all.jar -m rml-instruments.ttl -o ../poem-demo/public/data/instruments.ttl -s turtle
RUN chmod +x rcads/generate-docker.sh
RUN rcads/generate-docker.sh
RUN chmod +x generate.sh
RUN generate.sh
27 changes: 0 additions & 27 deletions rcads/generate-docker.sh

This file was deleted.

0 comments on commit 2709932

Please sign in to comment.