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 e8e077d + 15ad544 commit bfd924aCopy full SHA for bfd924a
railties/lib/rails/generators/rails/app/templates/Dockerfile.tt
@@ -1,5 +1,8 @@
1
# syntax = docker/dockerfile:1
2
3
+# Note: This Dockerfile is optimized for production deployment and isn't a good base
4
+# for development enviroments.
5
+
6
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
7
ARG RUBY_VERSION=<%= gem_ruby_version %>
8
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
0 commit comments