planka
planka copied to clipboard
docker run img /usr/local/bin/docker-entrypoint.sh: exec: line 11: ./start.sh: not found
i was trying to run this repo locally using docker but i found some issue os: windows 11
i did git clone and then
docker build -t img .
docker run img
this is the error
/usr/local/bin/docker-entrypoint.sh: exec: line 11: ./start.sh: not found
even though i have start.sh file in my repo
Fixed with 81d6c43cd9f126ff9ee4f9acfe8753f2cfe2348b
Building the Container is now working on Windows too