Skip to content

Commit e766bb7

Browse files
committed
Remove duplicate definition of ENV variables
1 parent a60767c commit e766bb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ COPY . /usr/src/app
1111
RUN ln -s /app/app.js /usr/src/app/
1212
RUN npm install
1313

14-
ENV MU_SPARQL_ENDPOINT 'http://database:8890/sparql'
15-
ENV MU_APPLICATION_GRAPH 'http://mu.semte.ch/application'
16-
1714
CMD sh boot.sh
1815

1916
ONBUILD ADD . /app/

0 commit comments

Comments
 (0)