Skip to content

Commit cb528e2

Browse files
committed
Delete PID file on dev setup shutdown
1 parent a22f181 commit cb528e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dev-prod-detach: ## Start dev stack but run Rails in production mode (uses dev c
1313

1414
down: ## Stop dev stack
1515
$(COMPOSE) down
16+
rm -f tmp/pids/server.pid
1617

1718
shell: ## Open a shell in the web container
1819
$(COMPOSE) exec web bash

0 commit comments

Comments
 (0)