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
The instructions for docker deployment say to set the WEB_ROOT variable when deploying, however this does not rebuild the app, so none of the static assets are available. This can be avoided by setting webroot so that the run.sh script picks it up and rebuilds the app. This can be avoided by using the same variable in both places.
Also, this looks like it might be an issue with all similar env vars in the alpine/run.sh file
The text was updated successfully, but these errors were encountered:
The instructions for docker deployment say to set the
WEB_ROOT
variable when deploying, however this does not rebuild the app, so none of the static assets are available. This can be avoided by settingwebroot
so that therun.sh
script picks it up and rebuilds the app. This can be avoided by using the same variable in both places.Also, this looks like it might be an issue with all similar env vars in the
alpine/run.sh
fileThe text was updated successfully, but these errors were encountered: