FIX: `yarn install` in web.template.yml (#565)
authorDavid Taylor <david@taylorhq.com>
Thu, 26 Aug 2021 18:15:13 +0000 (19:15 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Aug 2021 18:15:13 +0000 (19:15 +0100)
commitef5b6e30c9f66bb51ff1f8d5eb83af4c54cc298b
treed7b1fd8c5f2fc2381ec6e0c3deb0d22a09243e78
parent53ef82b53910439f1af0eaef37ffb5371e0e4268
FIX: `yarn install` in web.template.yml (#565)

This is required in case dependency versions have changed between the base image, and the current version of Discourse. `yarn install` will only be run when `node_modules` exists, so this change will only affect recent versions of the base image.
templates/web.template.yml