You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN DATABASE_URL=nulldb://user:[email protected]/roadmap RAILS_ENV=production SECRET_KEY_BASE=change_me DEVISE_SECRET_KEY=pickasecuretoken bundle exec rake assets:precompile report following error only in 3.1.0:
Need to comment out this line and run rake assets:precompile separately in the docker
The text was updated successfully, but these errors were encountered:
Noticed the same error occurred when adopting the same Dockerfile.Production to main code (V)4.0.1 WITHOUT database error reported in (JS compile still not work), but the current integration branch (i.e. v3.0.4) works well.
Assuming that JS is one error while 'database does not exist' is another error.
RUN DATABASE_URL=nulldb://user:[email protected]/roadmap RAILS_ENV=production SECRET_KEY_BASE=change_me DEVISE_SECRET_KEY=pickasecuretoken bundle exec rake assets:precompile
report following error only in 3.1.0:Need to comment out this line and run
rake assets:precompile
separately in the dockerThe text was updated successfully, but these errors were encountered: