Skip to content

Commit

Permalink
Merge pull request #3426 from sul-dlss/dev-server-rm-pid
Browse files Browse the repository at this point in the history
Remove pid file when starting up rails dev server
  • Loading branch information
jcoyne authored Apr 9, 2022
2 parents 40ec238 + 46874ca commit 5ba924a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
SETTINGS__WORKFLOW_URL: http://workflow:3000
SETTINGS__TECH_MD_SERVICE__URL: http://techmd:3000
SOLR_URL: http://solr:8983/solr/argo
# Docker doesn't allow rails server to remove PID on shutdown
PID_FILE: /dev/null
depends_on:
- dor-indexing-app
# To allow yarn --watch from Procfile.dev to continue after stdin is closed
Expand Down

0 comments on commit 5ba924a

Please sign in to comment.