Compare commits

...

2 commits

Author SHA1 Message Date
02fc153bf1
noop
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-03-12 10:38:11 -04:00
b6b5fbe497
Add missed line 2023-03-12 10:37:51 -04:00

View file

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