Skip to content

Commit

Permalink
Attempting to fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed May 6, 2017
1 parent 9a9be10 commit fae8d62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/dockrails/generate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,8 @@ def create_docker_sync
f.write "syncs:\n"
f.write " #{@app_path}-web-sync:\n"
f.write " src: './#{@app_path}'\n"
f.write " dest: '/app'\n"
f.write " #{@app_path}-bundle-sync:\n"
f.write " src: './bundle'\n"
f.write " dest: '/bundle'\n"
end
end
end
Expand Down

0 comments on commit fae8d62

Please sign in to comment.