flitter icon indicating copy to clipboard operation
flitter copied to clipboard

Procfile-based builds not working

Open Xe opened this issue 9 years ago • 1 comments

For now stick this in the root of a repo:

FROM flitter/buildstep
EXPOSE 3000
ENV PORT 3000
CMD ["/start", "web"]

Replace the CMD with whatever command you are using to start your procfile-based application. python manage.py runserver 80 works for django programs, etc.

Xe avatar Nov 01 '14 10:11 Xe