summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/rouge-4.7.0/lib/rouge/demos/docker
blob: 656d2bc1d8af1c213cb6784cf79485d32ba1f90d (plain)
1
2
3
4
5
6
7
8
9
maintainer First O'Last

run echo \
  123 $bar
# comment
onbuild add . /app/src
onbuild run echo \
  123 $bar
CMD /bin/bash