fix: set RAILS_SERVE_STATIC_FILES for deployment
This commit is contained in:
parent
7694d0bdcf
commit
8cf500dc42
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue