fix: set RAILS_SERVE_STATIC_FILES for deployment

demo
Philipp Rothmann 2023-02-20 11:05:13 +01:00
parent 28c851823a
commit b3571515b0
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ services:
environment:
<<: *env
FOODSOFT_SERVICE: app
RAILS_SERVE_STATIC_FILES: 'true'
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 15s