Skip to content

Commit

Permalink
Reference the dev container guides in a comment in the production doc…
Browse files Browse the repository at this point in the history
…kerfile
  • Loading branch information
andrewn617 committed May 11, 2024
1 parent be0cb4e commit 6cd2661
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1,7 +1,8 @@
# syntax = docker/dockerfile:1

# Note: This Dockerfile is optimized for production deployment and isn't a good base
# for development enviroments.
# for development enviroments. See the guide for more information:
# https://guides.rubyonrails.org/getting_started_with_devcontainer.html

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=<%= gem_ruby_version %>
Expand Down

0 comments on commit 6cd2661

Please sign in to comment.