░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/puma-5.6.5/tools
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: Dockerfile
# Use this Dockerfile to create minimal reproductions of issues FROM ruby:3.1 # throw errors if Gemfile has been modified since Gemfile.lock RUN bundle config --global frozen 1 WORKDIR /usr/src/app COPY . . RUN gem install bundler RUN bundle install RUN bundle exec rake compile EXPOSE 9292 CMD bundle exec bin/puma test/rackup/hello.ru
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 Dockerfile
?
342 B
2023-09-24 03:48
EDIT
📄 trickletest.rb
RB
887 B
2023-09-24 03:48
EDIT