File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22ARG RUBY_VERSION=3.3.6
33FROM ruby:${RUBY_VERSION}-alpine as builder
44
5- ENV HOME= /app \
6- RAILS_ENV= production \
7- RAILS_SERVE_STATIC_FILES= true \
8- SECRET_KEY_BASE= abcdefgh12345678
5+ ENV HOME /app
6+ ENV RAILS_ENV production
7+ ENV RAILS_SERVE_STATIC_FILES true
8+ ENV SECRET_KEY_BASE abcdefgh12345678
99WORKDIR $HOME
1010
1111ADD .ruby-version $HOME/
@@ -36,10 +36,10 @@ RUN rm -rf node_modules tmp/cache vendor/assets spec
3636# ## ------- Production ------- ###
3737FROM ruby:${RUBY_VERSION}-alpine
3838
39- ENV HOME=/app \
40- RAILS_ENV= production \
41- RAILS_SERVE_STATIC_FILES= true \
42- SECRET_KEY_BASE= abcdefgh12345678
39+ ENV HOME=/app
40+ ENV RAILS_ENV production
41+ ENV RAILS_SERVE_STATIC_FILES true
42+ ENV SECRET_KEY_BASE abcdefgh12345678
4343WORKDIR $HOME
4444
4545RUN apk update && apk upgrade && \
Original file line number Diff line number Diff line change @@ -432,10 +432,10 @@ GEM
432432 zeitwerk (2.7.1 )
433433
434434PLATFORMS
435- aarch64-linux
436435 aarch64-linux-gnu
437436 aarch64-linux-musl
438- x86_64-linux
437+ x86_64-linux-gnu
438+ x86_64-linux-musl
439439
440440DEPENDENCIES
441441 aws-sdk-s3 (~> 1.159 )
You can’t perform that action at this time.
0 commit comments