Skip to content

Commit

Permalink
remove volume mount
Browse files Browse the repository at this point in the history
I did this because when deploying remote, the mount will show the remote's
containers current directory which will be empty.
  • Loading branch information
drujensen committed Apr 20, 2016
1 parent d15bdeb commit 97dcaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -11,8 +11,8 @@ services:
- '80:3000'
depends_on:
- pg
volumes:
- '.:/app/user'
#volumes:
# - '.:/app/user'
spec:
build: .
command: 'crystal spec'
Expand Down

0 comments on commit 97dcaed

Please sign in to comment.