Merge branch 'leymannx-patch-2'

This commit is contained in:
Paige Hargrave 2019-01-02 17:45:45 -05:00
commit b5880af23c
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ to link them together and expose the web app's port.
- ./tmp/db:/var/lib/postgresql/data
web:
build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0'
command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'"
volumes:
- .:/myapp
ports: