mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
docker run img /usr/local/bin/docker-entrypoint.sh: exec: line 11: ./start.sh: not found #410
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @slim-python on GitHub (Feb 7, 2024).
Originally assigned to: @daniel-hiller on GitHub.
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 imgthis is the error
/usr/local/bin/docker-entrypoint.sh: exec: line 11: ./start.sh: not foundeven though i have start.sh file in my repo
@daniel-hiller commented on GitHub (Feb 14, 2024):
Fixed with
81d6c43cd9Building the Container is now working on Windows too