socialappslab / denguechat

Using mobile phones and gaming tactics to engage citizens in reporting public health risks
https://www.denguechat.org/
Other
0 stars 0 forks source link

Precompile the assets file #988

Closed sofiarivas93 closed 3 years ago

sofiarivas93 commented 3 years ago

We added the following line to the deploy.sh file RAILS_ENV = production rake assets: precompile The develop branch is also updated with the latest changes from master

mitar commented 3 years ago

This is already in the Dockerfile: https://github.com/socialappslab/denguetorpedo/blob/master/Dockerfile#L22

Maybe you should revert this and just set the env in the Dockerfile to production?