We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821e0ad commit edf50d0Copy full SHA for edf50d0
docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
- ./tmp/db:/var/lib/postgresql/data:rw
7
web:
8
build: .
9
- 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'"
10
volumes:
11
- .:/WebsiteOne
12
ports:
0 commit comments