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.
2 parents 2d0bb93 + af97578 commit e27e39bCopy full SHA for e27e39b
railties/lib/rails/generators/rails/app/templates/Dockerfile.tt
@@ -7,8 +7,6 @@
7
8
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
9
10
-# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
11
-
12
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
13
ARG RUBY_VERSION=<%= gem_ruby_version %>
14
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
0 commit comments