We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d63573 commit 22dd0d3Copy full SHA for 22dd0d3
.ruby-gemset
@@ -0,0 +1 @@
1
+acceptbitcoincash
Rakefile
@@ -32,6 +32,16 @@ task proof_external: 'build' do
32
).run
33
end
34
35
+namespace :docker do
36
+ desc "build docker images"
37
+ task :build do
38
+ puts "Generating static files for nginx"
39
+ puts `bundle exec jekyll build`
40
+ puts "Building acceptbitcoincash docker image"
41
+ puts `docker build -t acceptbitcoincash/acceptbitcoincash .`
42
+ end
43
+end
44
+
45
task :verify do
46
ruby './verify.rb'
47
0 commit comments