friendica / docker

Docker image for Friendica
https://friendi.ca
GNU Affero General Public License v3.0
44 stars 18 forks source link

Fix missing /usr/src/friendica/VERSION error #209

Closed nupplaphil closed 2 years ago

nupplaphil commented 2 years ago

Fixes https://github.com/friendica/friendica/issues/11511#issuecomment-1146775897

This occurs when a develop-/rc-container gets restarted without the FRIENDICA_UPGRADE flag, so no sources are packaged directly into the image nor is fetching the sources per upgrade allowed -> /usr/src/friendica remains empty :)