Mastodon improvements #102
@@ -174,7 +174,7 @@ application mastodon_path do
|
||||
end
|
||||
|
||||
execute "yarn install" do
|
||||
environment "HOME" => mastodon_path
|
||||
environment "HOME" => mastodon_path, "NODE_ENV" => "production"
|
||||
user mastodon_user
|
||||
cwd mastodon_path
|
||||
command "yarn install --pure-lockfile"
|
||||
|
||||
Reference in New Issue
Block a user