mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
move files for web/
Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
parent
7aa50368f8
commit
474cef8986
93 changed files with 7601 additions and 30 deletions
9
ruby_on_rails-postgres/web/bin/rake
Executable file
9
ruby_on_rails-postgres/web/bin/rake
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env ruby
|
||||
begin
|
||||
load File.expand_path('../spring', __FILE__)
|
||||
rescue LoadError => e
|
||||
raise unless e.message.include?('spring')
|
||||
end
|
||||
require_relative '../config/boot'
|
||||
require 'rake'
|
||||
Rake.application.run
|
Loading…
Add table
Add a link
Reference in a new issue