planka icon indicating copy to clipboard operation
planka copied to clipboard

docker run img /usr/local/bin/docker-entrypoint.sh: exec: line 11: ./start.sh: not found

Open slim-python opened this issue 1 year ago • 1 comments

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

slim-python avatar Feb 07 '24 05:02 slim-python

Fixed with 81d6c43cd9f126ff9ee4f9acfe8753f2cfe2348b

Building the Container is now working on Windows too

daniel-hiller avatar Feb 14 '24 03:02 daniel-hiller