Skip to content

Commit

Permalink
Fixes problem with docker compose and pids file
Browse files Browse the repository at this point in the history
With pids file available, it prevents the server from starting up whenever docker-compose up is been serve. This link explains the issue better docker/compose#1393
  • Loading branch information
Iphytech authored and julianguyen committed May 30, 2019
1 parent d236a0e commit cdb1089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: rails s -p 3000 -b 0.0.0.0
web: bash -c "rm -rf ./tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
client: sh -c 'bin/client.sh'

0 comments on commit cdb1089

Please sign in to comment.