We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42762fb commit 525879aCopy full SHA for 525879a
Dockerfile
@@ -2,6 +2,8 @@ FROM node:9.5.0-alpine
2
3
LABEL maintainer="[email protected]"
4
5
+RUN apk update && apk upgrade && apk add --no-cache bash git openssh
6
+
7
ENV MU_SPARQL_ENDPOINT 'http://database:8890/sparql'
8
ENV MU_APPLICATION_GRAPH 'http://mu.semte.ch/application'
9
ENV NODE_ENV 'production'
0 commit comments