mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-17 05:15:36 +00:00
Added env variables and a production docker setup
This commit is contained in:
@@ -49,7 +49,7 @@ RUN rm -rf /var/www
|
||||
|
||||
WORKDIR /var/www/
|
||||
ADD . /var/www/
|
||||
RUN RAILS_ENV=production bundle exec rake db:migrate
|
||||
#RUN RAILS_ENV=production bundle exec rake db:migrate
|
||||
RUN RAILS_ENV=production bundle exec rake assets:precompile
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user