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

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
.bundle
.env
.env.*
public/system
public/assets
public/packs
node_modules
vendor/bundle
.DS_Store
*.swp
*~