Create production key
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# This Dockerfile is designed for production, not development. Use with Kamal or build'n'run by hand:
|
||||
# docker build -t my-app .
|
||||
# docker run -d -p 80:80 -p 443:443 --name my-app -e RAILS_MASTER_KEY=<value from config/master.key> my-app
|
||||
# docker run -d -p 80:80 -p 443:443 --name wedding-app -e RAILS_MASTER_KEY=<value from config/master.key> -v /home/adammo/wedding-app:/storage wedding-app
|
||||
|
||||
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
|
||||
ARG RUBY_VERSION=3.2.3
|
||||
|
||||
Reference in New Issue
Block a user