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

Trace also hidden files in sources

This commit is contained in:
luccioman
2016-05-11 17:46:50 +02:00
parent 9b952e7d91
commit 82d4ff0811

@ -14,7 +14,7 @@ RUN apt-get clean
COPY ./ /opt/yacy_search_server/
# trace content of copied directory
RUN ls /opt/yacy_search_server
RUN ls -la /opt/yacy_search_server
# set current working dir to extracted sources directory
WORKDIR /opt/yacy_search_server