Replies: 2 comments 2 replies
-
|
This sounds like missing executable bits (i.e. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Please, any suggestion you have to get a system where we can debug is welcome. How do you do that yourself? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We're trying to setup a development environment using the supplied docker-compose
We needed to fix two (minor ) errors in two of the Donkerfiles (because it was missing a / in a CP command
That still does not fix the issue as the system does not start up.
Tried to start the docker-compose in docker desktop, but we get errors about .sh files that are not found:
contentauthor-startup_1 | exec /docker-entrypoint-dev.sh: no such file or directory.
We get this error for all containers where a bash shell script is started.
We als tried starting the docker-compose in an Ubuntu 22.04 on WSL (on Windows 10)
the same error occurs
Is there a way to setup a development environment on a Windows PC?
Beta Was this translation helpful? Give feedback.
All reactions