Fixed wrong app name and set kamal config
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
2026-05-25 02:03:54 +02:00
parent 04f48acf95
commit 3f0d1d1a8d
6 changed files with 20 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
# check=error=true
# This Dockerfile is designed for production, not development. Use with Kamal or build'n'run by hand:
# docker build -t vault17 .
# docker build -t vault171 .
# docker run -d -p 80:80 -e RAILS_MASTER_KEY=<value from config/master.key> --name vault17 vault17
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html