We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22f181 commit cb528e2Copy full SHA for cb528e2
1 file changed
Makefile
@@ -13,6 +13,7 @@ dev-prod-detach: ## Start dev stack but run Rails in production mode (uses dev c
13
14
down: ## Stop dev stack
15
$(COMPOSE) down
16
+ rm -f tmp/pids/server.pid
17
18
shell: ## Open a shell in the web container
19
$(COMPOSE) exec web bash
0 commit comments