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:
Pranav Raj S
2019-11-28 23:34:21 +05:30
committed by Sojan Jose
parent dab21915b4
commit 8ea74a21b0
3 changed files with 16 additions and 2 deletions

View File

@@ -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: