small updates
This commit is contained in:
@@ -70,3 +70,5 @@ yarn-debug.log*
|
|||||||
!/storage/.keep
|
!/storage/.keep
|
||||||
|
|
||||||
/config/master.key
|
/config/master.key
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|||||||
+2
-3
@@ -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 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 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
|
RUN SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Final stage for app image
|
# Final stage for app image
|
||||||
FROM base
|
FROM base
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ This app demonstrates Rails 7 with PostgreSQL, import maps, turbo, stimulus and
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Rails 7
|
* Rails 7
|
||||||
* Ruby 3
|
* Ruby 3.3
|
||||||
* Dockerfile and Docker Compose configuration
|
* Dockerfile and Docker Compose configuration
|
||||||
* PostgreSQL database
|
* PostgreSQL database
|
||||||
* Redis
|
* Redis
|
||||||
|
|||||||
Reference in New Issue
Block a user