Skip to content

Commit

Permalink
Point user to devcontainer for containerized dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewn617 committed May 13, 2024
1 parent 3e08223 commit eeec15c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# docker build -t my-app .
# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app

# For a containerized dev environment, see Dev Containers: 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 %>
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
Expand Down

0 comments on commit eeec15c

Please sign in to comment.