1
0
Fork 0
forked from gitea/nas

Improve precompile message more

This commit is contained in:
KMY 2023-09-13 12:11:57 +09:00
parent 2234ac8202
commit 1cbd000b43

View file

@ -78,9 +78,8 @@ RAILS_ENV=production bin/rails db:migrate
# プリコンパイル # プリコンパイル
# うまくいかない場合エラーは出ないのにWeb表示が崩れるはclobberしてからprecompile # うまくいかない場合エラーは出ないのにWeb表示が崩れるはclobberしてからprecompile
# それでもうまくいかない場合はsudo systemctl stop mastodon-web # それでもうまくいかない場合はsudo systemctl stop mastodon-webしてから試す
# それでもうまくいかない場合はサーバーOSを再起動する # それでもうまくいかない場合はサーバーOSを再起動してから試す
# それでもうまくいかない場合はおはぎになる
RAILS_ENV=production bin/rails assets:clobber # プリコンパイルがうまくいかない場合 RAILS_ENV=production bin/rails assets:clobber # プリコンパイルがうまくいかない場合
RAILS_ENV=production bin/rails assets:precompile RAILS_ENV=production bin/rails assets:precompile