tiangolo / full-stack-flask-couchdb

Full stack, modern web application generator. Using Flask, CouchDB as database, Docker, Swagger, automatic HTTPS and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend Container does not start

ricardo17coelho opened this issue · comments

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

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

@ricardo17coelho could you elaborate on how to do this