Skip to content

Commit

Permalink
Force remove the pidfile when restarting rails in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Feb 27, 2017
1 parent 2e2210d commit 0d333c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.docker
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sidekiq: bin/sidekiq
rails: bin/rails server -p 3000 -b 0.0.0.0
rails: rm -f tmp/pids/server.pid && bin/rails server -p 3000 -b 0.0.0.0
redis: redis-server /etc/redis.conf

0 comments on commit 0d333c1

Please sign in to comment.