fix: set RAILS_SERVE_STATIC_FILES for deployment

This commit is contained in:
Philipp Rothmann 2023-02-20 11:05:13 +01:00
parent 7694d0bdcf
commit 8cf500dc42

View file

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