small updates
This commit is contained in:
@@ -70,3 +70,5 @@ yarn-debug.log*
|
||||
!/storage/.keep
|
||||
|
||||
/config/master.key
|
||||
|
||||
.DS_Store
|
||||
|
||||
+3
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user