AgentGPT
AgentGPT copied to clipboard
.env not found
After running the setup and then running docker, docker says: .env not found
did you change the .env.template file to .env?
same problem when running setup.sh --docker
did you change the .env.template file to .env?
yes , I tried, but the problem is still.
Found a workaround. Install dos2unix and run:
dos2unix entrypoint.sh
then ./setup.sh --docker
again.
I will make a pull request, there are errors in the Dockerfile and in the entrypoint.sh file. You should make good tests for Windows, though :(
This is related to #511
Given the other issues are closed and this had to do with windows line endings (And I'm no longer on windows) - closing
Thanks @lauralex and @alexarthurs !
Hope its good now @mikmoth @bigsk1 @joisonwk !