Compare commits

..

No commits in common. "02fc153bf14c98b343bff2d73c8c6583f2e40af7" and "58798d524fbe0d5a00b67cfbaafeb204984cf4a1" have entirely different histories.

View file

@ -2,9 +2,6 @@
ARG RUBY_VERSION=3.2.0
FROM ruby:$RUBY_VERSION
# Rails app lives here
WORKDIR /rails
# Set production environment
ENV RAILS_LOG_TO_STDOUT="1" \
RAILS_SERVE_STATIC_FILES="true" \