We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60767c commit e766bb7Copy full SHA for e766bb7
1 file changed
Dockerfile
@@ -11,9 +11,6 @@ COPY . /usr/src/app
11
RUN ln -s /app/app.js /usr/src/app/
12
RUN npm install
13
14
-ENV MU_SPARQL_ENDPOINT 'http://database:8890/sparql'
15
-ENV MU_APPLICATION_GRAPH 'http://mu.semte.ch/application'
16
-
17
CMD sh boot.sh
18
19
ONBUILD ADD . /app/
0 commit comments