Skip to content

Commit

Permalink
copy all turtle files in the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomociti committed Oct 1, 2024
1 parent fb060a7 commit 7cd3439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WORKDIR /app

ADD package.json yarn.lock ./
ADD ./cli/package.json ./cli/
ADD ./cli/shapes.ttl ./cli/
COPY ./cli/*.ttl ./cli/
ADD ./cli/pipelines ./cli/pipelines/
ADD ./packages/core/package.json ./packages/core/
ADD ./packages/model/package.json ./packages/model/
Expand Down

0 comments on commit 7cd3439

Please sign in to comment.