Create production key

This commit is contained in:
Adam Mohammed
2024-11-23 16:03:00 -05:00
parent cb68455612
commit 1edfa1e8a8
3 changed files with 4 additions and 1 deletions

View File

@@ -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