You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run the test usecase using docker run -v /local/folder/lisvap/input:/input jrce1/lisvap:latest usecases it throws me Copying basemaps to /input/... cp: -r not specified; omitting directory '/basemaps/global' error. It seems that in the
When i run the test usecase using
docker run -v /local/folder/lisvap/input:/input jrce1/lisvap:latest usecases
it throws meCopying basemaps to /input/... cp: -r not specified; omitting directory '/basemaps/global'
error. It seems that in thelisflood-lisvap/docker-entrypoint.sh
Lines 8 to 18 in 5d92fac
cp ....
commands don't use recursive flag which is what is causing the issue in copying the files to the mounted directory.Do you have any suggestions to overwrite this?
The text was updated successfully, but these errors were encountered: