Skip to content

Commit

Permalink
#148 generate geosparql distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Dec 19, 2024
1 parent 7e2788c commit 4bdaf85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ COPY --from=build $HOME/sparql-anything-fuseki/target/sparql-anything-server-$GI
COPY --from=build $HOME/sparql-anything-fuseki/target/sparql-anything-server-$GITHUB_REF.jar $HOME/artifacts/
COPY --from=build $HOME/sparql-anything-cli/target/sparql-anything-$GITHUB_REF.jar $HOME/artifacts/

COPY --from=build $HOME/sparql-anything-fuseki/target/sparql-anything-server-${GITHUB_REF}-geosparql.jar $HOME/artifacts/
COPY --from=build $HOME/sparql-anything-cli/target/sparql-anything-${GITHUB_REF}-geosparql.jar $HOME/artifacts/

RUN chown -R 10001:0 $HOME && chmod -R og+rwx $HOME
USER 10001

Expand Down

0 comments on commit 4bdaf85

Please sign in to comment.