tiangolo / full-stack-flask-couchdb

Full stack, modern web application generator. Using Flask, CouchDB as database, Docker, Swagger, automatic HTTPS and more.
MIT License
31 stars 10 forks source link

Backend Container does not start #4

Closed ricardo17coelho closed 3 years ago

ricardo17coelho commented 3 years ago

OS: Windows

Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
Checking for script in /app/prestart.sh
Running script /app/prestart.sh
/start.sh: 2: /app/prestart.sh: 
: not found
ricardo17coelho commented 3 years ago

FIX: change EOL from prestart.sh from CRLF to LF helped to fix this error see fix here

Tomas1337 commented 3 years ago

@ricardo17coelho could you elaborate on how to do this