diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-05-11 15:05:54 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-05-11 15:05:54 +0200 |
| commit | 5e2ded63aee1806438c9f30c121aa0d51c3b086e (patch) | |
| tree | ecca3a701727b1889d7fe7c6a040be5550622330 /docker/Dockerfile | |
| parent | 7cb086714dd1d445c3455185ffbdf9d8b459b662 (diff) | |
Corrected COPY instruction
Diffstat (limited to 'docker/Dockerfile')
| -rwxr-xr-x | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index aa0b5485b..7b896e834 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -12,7 +12,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 ./yacy_search_server /opt/yacy_search_server +COPY . /opt/yacy_search_server # trace content of copied directory RUN ls /opt/yacy_search_server |
