kaplanlior / midburn-queue

midburn.org tickets queue system
https://midburn.org
MIT License
2 stars 5 forks source link

simple docker file #14

Open roeyb opened 8 years ago

roeyb commented 8 years ago

build

docker build -t midburn/queue .

run

docker run midburn/queue /bin/sh -c "bundle exec puma -p 9292 -C puma.rb"

eladg commented 8 years ago

Thank you @roeyb !!!

Couple of comments:

roeyb commented 8 years ago

@eladg ok, i'm not familiar with heroku enough but i can try next week send me the credentials via slack

eladg commented 8 years ago

The commands to execute are located on the Procfile