summaryrefslogtreecommitdiffstats
path: root/node-admin/Dockerfile.template
diff options
context:
space:
mode:
authorfreva <valerijf@yahoo-inc.com>2017-01-06 16:06:12 +0100
committerfreva <valerijf@yahoo-inc.com>2017-01-06 16:06:12 +0100
commit226402d101a305491732eaa8b624aeb36fa4bbbd (patch)
tree5de3b8ce65aaa9d3b9dc3bc177226700a280c444 /node-admin/Dockerfile.template
parentf495c008acfad07a99a67259103933cc9cc730a6 (diff)
Deploy node-admin
Diffstat (limited to 'node-admin/Dockerfile.template')
-rw-r--r--node-admin/Dockerfile.template5
1 files changed, 0 insertions, 5 deletions
diff --git a/node-admin/Dockerfile.template b/node-admin/Dockerfile.template
index 0fdb508777b..e69308deae3 100644
--- a/node-admin/Dockerfile.template
+++ b/node-admin/Dockerfile.template
@@ -33,8 +33,3 @@ ADD include/start-config-server.sh $VESPA_HOME/bin/start-config-server.sh
# Included in base image, but here overridden with local modifications.
# TODO: Update the source instead.
ADD include/start-services.sh $VESPA_HOME/bin/start-services.sh
-
-# Override what's in the base image with local versions:
-ADD include/services.xml $VESPA_HOME/conf/node-admin-app/services.xml
-ADD target/docker-api-jar-with-dependencies.jar $VESPA_HOME/lib/jars/docker-api-jar-with-dependencies.jar
-ADD target/node-admin-jar-with-dependencies.jar $VESPA_HOME/lib/jars/node-admin-jar-with-dependencies.jar