Skip to content

Commit 9888b29

Browse files
committed
Remove environment variables from dockerfile
They are already in docker compose
1 parent 4465c4c commit 9888b29

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,4 @@ WORKDIR /tmp
4545

4646
EXPOSE 8080
4747

48-
# Expects mongodb on port 27017
49-
ENV SPRING_DATA_MONGODB_HOST=mongo
50-
ENV SPRING_DATA_MONGODB_PORT=27017
51-
52-
# Expects a sparql server endpoint
53-
ENV SPARQL_ENDPOINT=http://sparql:3030/all/
54-
5548
CMD ["/usr/bin/java", "-jar", "/usr/lib/cwlviewer.jar"]

0 commit comments

Comments
 (0)