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:
@ -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
|
||||
|
Reference in New Issue
Block a user