summaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-05-11 17:22:01 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-05-11 17:22:01 +0200
commit474cf765d7d5f1d8503200dad201a43fa1f13185 (patch)
tree4668fa00002a80ab218ab51af2cc4cf755a94c6d /docker/Dockerfile
parentfe356d9da03c9dbab8d527a2845c57a7ae1933bf (diff)
Try for automated build compatibility on dockerhub
Diffstat (limited to 'docker/Dockerfile')
-rwxr-xr-xdocker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 700df17be..9a0224bdc 100755
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get clean
# copy context : should be a YaCy git repository (remote or locally cloned)
# context can also be obtained from extracted sources archive, but version number will be default to 1.83/9000 when building
-COPY . /opt/yacy_search_server
+COPY ./ /opt/yacy_search_server/
# trace content of copied directory
RUN ls /opt/yacy_search_server