I’m running a shell script, and I want to see the folders, but when I type ls, it returns
ls: command not found
Do I need to install something to be able to run this command?
My container is a
FROM resin/rpi-raspbian:wheezy
with java & gradle
WORKDIR /
COPY . /usr/src/app
CMD ["/bin/bash", "/usr/src/app/run.sh"]