Skip to content

Commit

Permalink
remove the shell
Browse files Browse the repository at this point in the history
  • Loading branch information
drujensen committed Apr 20, 2016
1 parent d4eea0a commit d15bdeb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker-compose.yml
Expand Up @@ -19,19 +19,6 @@ services:
working_dir: /app/user
volumes:
- '.:/app/user'
shell:
build: .
command: bash
working_dir: /app/user
environment:
PORT: 3000
DATABASE_URL: 'postgres://postgres:@pg:5432/postgres'
ports:
- '80:3000'
depends_on:
- pg
volumes:
- '.:/app/user'
pg:
image: postgres

0 comments on commit d15bdeb

Please sign in to comment.