Skip to content

Commit

Permalink
#38, typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manonthegithub committed Jun 25, 2024
1 parent 2898c4a commit d68d26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV LOGS_FOLDER=/gstore/logs/
ENV GSTORE_LOG_LEVEL=INFO

ENV DEFAULT_JSONLD_LOCALHOST_CONTEXT=http://localhost:3000/res/context.jsonld
ENV DEFAULT_JSONLDLOCALHOST_CONTEXT_LOCATION=https://databus.dbpedia.org/res/context.jsonld
ENV DEFAULT_JSONLD_LOCALHOST_CONTEXT_LOCATION=https://databus.dbpedia.org/res/context.jsonld

RUN apk update
RUN apk upgrade
Expand All @@ -29,4 +29,4 @@ RUN apk add bash
COPY --from=build /gstore/target/scala-2.12/gstore-assembly-0.2.0-SNAPSHOT.jar /app/app.jar

SHELL ["/bin/bash", "-c"]
CMD java -DdefaultJsonldLocalhostContext=$DEFAULT_JSONLD_LOCALHOST_CONTEXT -DdefaultJsonldLocalhostContextLocation=$DEFAULT_JSONLDLOCALHOST_CONTEXT_LOCATION -DrestrictEditsToLocalhost=$RESTRICT_EDITS_TO_LOCALHOST -Dgstore.log.level=$GSTORE_LOG_LEVEL -DstorageDbName=$STORAGE_DB_NAME -DstorageClass=$STORAGE_CLIENT_CLASS -DstorageSparqlEndpointUri=$STORAGE_SPARQL_ENDPOINT_URI -DstorageJdbcPort=$STORAGE_JDBC_PORT -DstorageUser=$STORAGE_USER -DstoragePass=$STORAGE_PASS -DgitLocalDir=$GIT_LOCAL_DIR -DlogsFolder=$LOGS_FOLDER -jar /app/app.jar
CMD java -DdefaultJsonldLocalhostContext=$DEFAULT_JSONLD_LOCALHOST_CONTEXT -DdefaultJsonldLocalhostContextLocation=$DEFAULT_JSONLD_LOCALHOST_CONTEXT_LOCATION -DrestrictEditsToLocalhost=$RESTRICT_EDITS_TO_LOCALHOST -Dgstore.log.level=$GSTORE_LOG_LEVEL -DstorageDbName=$STORAGE_DB_NAME -DstorageClass=$STORAGE_CLIENT_CLASS -DstorageSparqlEndpointUri=$STORAGE_SPARQL_ENDPOINT_URI -DstorageJdbcPort=$STORAGE_JDBC_PORT -DstorageUser=$STORAGE_USER -DstoragePass=$STORAGE_PASS -DgitLocalDir=$GIT_LOCAL_DIR -DlogsFolder=$LOGS_FOLDER -jar /app/app.jar

0 comments on commit d68d26b

Please sign in to comment.