Skip to content

Commit

Permalink
fixes docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiru Njuguna committed Nov 1, 2018
1 parent 0aa196c commit a2417b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
natra (0.0.5)
natra (0.0.6)
activesupport (~> 5.0)
thor (~> 0.18)

Expand Down
2 changes: 0 additions & 2 deletions lib/natra/generators/app/app_generator.rb
Expand Up @@ -145,8 +145,6 @@ def initialize_app
git init
git add .
docker-compose build --pull
docker-compose run --rm web bundle
#{'nib setup web'}
SCRIPT
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/natra/version.rb
@@ -1,3 +1,3 @@
module Natra
VERSION = '0.0.5'.freeze
VERSION = '0.0.6'.freeze
end

0 comments on commit a2417b3

Please sign in to comment.