Initial commit
This commit is contained in:
8
lib/tasks/docker.rake
Normal file
8
lib/tasks/docker.rake
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace 'docker' do
|
||||
|
||||
desc "Build Application container"
|
||||
task :build do
|
||||
sh "docker build -t quay.io/openware/barong2:latest ."
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user