Removing build line

This commit is contained in:
Miguel Martinez 2016-06-07 09:48:12 -07:00
parent 1b56183f6e
commit 90196da4a9
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ services:
myapp:
tty: true # Enables debugging capabilities when attached to this container.
image: gcr.io/bitnami-containers/rails:4.2.6-r1
# build: . # Uncomment this line if you want to build the rails container yourself.
environment:
- DATABASE_URL=mysql2://mariadb/my_app_development
depends_on: