diff --git a/.dockerignore b/.dockerignore index a583f9d4..21f8f7c4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -36,5 +36,3 @@ deployment/cookbooks manifest.yml config/unicorn.rb db/schema.rb -nitrous-post-create.sh -nitrous.json diff --git a/nitrous.json b/nitrous.json deleted file mode 100644 index 15ce8864..00000000 --- a/nitrous.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "template": "rails", - "ports": [3000], - "name": "Huginn", - "description": "Build agents that monitor and act on your behalf. Your agents are standing by!", - "scripts": { - "Start Huginn": "cd ~/code/huginn && bundle exec foreman start" - } -}