Add missed line

This commit is contained in:
Andrew Tomaka 2023-03-12 10:37:51 -04:00
parent 58798d524f
commit b6b5fbe497
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -2,6 +2,9 @@
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" \