We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb72913 commit 4026a72Copy full SHA for 4026a72
Dockerfile
@@ -1,4 +1,3 @@
1
-# The current stack is not compatible with Ruby 2.4 for similar reasons to this https://github.com/backup/backup/issues/820.
2
FROM ruby:2.6.10
3
4
RUN mkdir /app
config.rb
@@ -74,7 +74,7 @@
74
75
require 'rack/codehighlighter'
76
require "pygments"
77
-Pygments.start('/app/vendor/pygments-main/')
+Pygments.start('vendor/pygments-main/')
78
use Rack::Codehighlighter,
79
:pygments,
80
:element => "pre>code",
0 commit comments