Fix docker file to use rails_env=production on precompile (#315)
* Fix docker file to use rails_env=production on precompile * Fix docker file for prod deployment
This commit is contained in:
@@ -15,6 +15,7 @@ services:
|
||||
environment:
|
||||
- REDIS_URL=redis://redis:6379
|
||||
- POSTGRES_HOST=postgres
|
||||
- RAILS_ENV=development
|
||||
command: ["foreman", "start", "-f", "./docker/Procfile.docker.dev"]
|
||||
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user