Skip to content

Commit

Permalink
Disable non functional js cache
Browse files Browse the repository at this point in the history
works around #812
  • Loading branch information
icarito authored Jul 5, 2019
1 parent 0d43e9f commit e04275d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ services:
volumes:
- .:/app
- bundle_cache:/usr/local/bundle
- bower_cache:/app/public/lib
ports:
- $PORT:3000
depends_on:
- db

volumes:
bundle_cache:
bower_cache:

0 comments on commit e04275d

Please sign in to comment.