Closed msalam72 closed 3 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!
Fixed in latest master
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