We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1456efa commit a30dc36Copy full SHA for a30dc36
.gitignore
@@ -1,6 +1,8 @@
1
.DS_Store
2
+.bundle
3
+.env
4
.idea
-Thumbs.db
-.rvmrc
5
.ruby-version
6
+.rvmrc
7
.sass-cache
8
+Thumbs.db
Rakefile
@@ -24,5 +24,5 @@ end
24
25
desc "run the site locally (visit http://localhost:9292)"
26
task :run do
27
- rerun "rackup -s thin"
+ rerun "rackup -s thin -p #{ENV['PORT'] || 9292}"
28
end
0 commit comments