alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
MIT License
1.98k stars 712 forks source link

failed docker run ... #137

Closed msalam72 closed 3 years ago

msalam72 commented 4 years ago

Hi, when I do docker run --name=iky_backend --link mongo:3.6 -e="APPLICATION_ENV=Production" iky_backend:2.0.0

I get gunicorn run:app --bind 0.0.0.0:8080 --access-logfile=logs/gunicorn-access.log --error-logfile logs/gunicorn-error.log make: *** [Makefile:21: run_docker] Error 3

Any advice? Thanks

kmkwon94 commented 4 years ago

I have similar error

when I do docker run --name=iky_backend --link mongo:3.6 -e="APPLICATION_ENV=Production" iky_backend:2.0.0

Then I get Makefile:16: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.

Do you have any nice idea? Thank you!

alfredfrancis commented 4 years ago

Fixed in latest master