Compare commits
2 commits
58798d524f
...
02fc153bf1
Author | SHA1 | Date | |
---|---|---|---|
02fc153bf1 | |||
b6b5fbe497 |
1 changed files with 3 additions and 0 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue