1
0
mirror of https://github.com/yacy/yacy_search_server.git synced 2025-07-22 09:14:38 -04:00

Try for automated build compatibility on dockerhub

This commit is contained in:
luccioman
2016-05-11 17:22:01 +02:00
parent fe356d9da0
commit 474cf765d7

@ -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