Skip to content

Commit

Permalink
Fix bg tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamo committed Sep 22, 2016
1 parent bf01fe2 commit 70965a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose-dev.yml
Expand Up @@ -8,9 +8,11 @@ services:
- /tmp:/dev/shm
db:
image: postgres:9.4
volumes:
- ./pg-data:/var/lib/postgresql
dev:
build: .
command: rails s -b 0.0.0.0 --pid=/tmp/dev.pid
entrypoint: ./dev-entry.sh
volumes:
- .:/app
ports:
Expand Down

0 comments on commit 70965a0

Please sign in to comment.