steveblackmon commented on code in PR #11: URL: https://github.com/apache/streams-activitypub/pull/11#discussion_r1510126210
########## streams-activitypub-dist/Dockerfile: ########## @@ -3,6 +3,8 @@ MAINTAINER [email protected] LABEL Description="apache-streams-activitypub-dist" WORKDIR / RUN mkdir -p /etc/fuseki +RUN mkdir -p /etc/rdf +ADD target/classes/*.ttl /etc/rdf/ Review Comment: certain static ontologies incl activitystreams2.ttl make sense to embed in the distributable and load directly upon initialization -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
