wallabag / docker

Official docker-composer for wallabag.
594 stars 150 forks source link

Use the release archive instead of the git archive #362

Closed yguedidi closed 1 year ago

yguedidi commented 1 year ago

A proposal to build assets as part of the building of the docker image. Use the release archive as assets are now removed from the repository, see https://github.com/wallabag/wallabag/pull/6982 This will help to avoid having built assets versionned in the git source code and avoid hack like this one in the proposal to use Webpack Encore

yguedidi commented 1 year ago

rebased