small updates

This commit is contained in:
Ryan W
2024-10-12 11:46:55 -07:00
parent 7ee4588784
commit 5c61a454f0
3 changed files with 6 additions and 5 deletions
+2
View File
@@ -70,3 +70,5 @@ yarn-debug.log*
!/storage/.keep
/config/master.key
.DS_Store
+3 -4
View File
@@ -1,6 +1,7 @@
# syntax = docker/dockerfile:1
# syntax=docker/dockerfile:1
# check=error=true
# This Dockerfile is designed for production, not development. Use with Kamal or build'n'run by hand:
# This Dockerfile is designed for production, not development.
# 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
@@ -46,8 +47,6 @@ RUN bundle exec bootsnap precompile app/ lib/
RUN SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile
# Final stage for app image
FROM base
+1 -1
View File
@@ -12,7 +12,7 @@ This app demonstrates Rails 7 with PostgreSQL, import maps, turbo, stimulus and
## Features
* Rails 7
* Ruby 3
* Ruby 3.3
* Dockerfile and Docker Compose configuration
* PostgreSQL database
* Redis