/bin/sh: illegal option - #589
thacmpunk17
started this conversation in
General
Replies: 1 comment
-
Hmm. I've never tried running this on windows before. But in theory, everything that is executing is happening inside a linux docker container so I wouldn't expect there to be any environmental differences. I don't have access to a windows machine to help debug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I might just be showing my ignorance here. I'm using Windows 10 and I followed the steps to run hostedgpt on my local machine. Docker is up and running, and after I run "docker compose up --build" the database starts up fine in Docker but it's giving this error for hostedgpt when it tries to start:
/bin/sh: illegal option -
Has anyone run into this before? I've tried modifying the entrypoint script to use bash instead and no dice.
Beta Was this translation helpful? Give feedback.
All reactions