Remove reference to aws example in Makefile (#1024)

This commit is contained in:
Sebastian Silva
2019-09-13 16:27:53 -05:00
committed by Jeffrey Warren
parent 3299d39c1f
commit 8f04db5595

View File

@@ -9,7 +9,6 @@ endef
build: build:
cp config/database.yml.example config/database.yml cp config/database.yml.example config/database.yml
cp config/amazon_s3.yml.example config/amazon_s3.yml
cp config/config.yml.example config/config.yml cp config/config.yml.example config/config.yml
cp db/schema.rb.example db/schema.rb cp db/schema.rb.example db/schema.rb
docker-compose build docker-compose build