Skip to content

Commit 70965a0

Browse files
committed
Fix bg tasks
1 parent bf01fe2 commit 70965a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose-dev.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ services:
88
- /tmp:/dev/shm
99
db:
1010
image: postgres:9.4
11+
volumes:
12+
- ./pg-data:/var/lib/postgresql
1113
dev:
1214
build: .
13-
command: rails s -b 0.0.0.0 --pid=/tmp/dev.pid
15+
entrypoint: ./dev-entry.sh
1416
volumes:
1517
- .:/app
1618
ports:

0 commit comments

Comments
 (0)