mirror of
https://github.com/wallabag/docker
synced 2025-12-12 17:26:25 +00:00
Merge pull request #362 from yguedidi/build-assets
Use the release archive instead of the git archive
This commit is contained in:
@@ -66,7 +66,7 @@ COPY --from=composer /usr/bin/composer /usr/local/bin/composer
|
||||
COPY root /
|
||||
|
||||
RUN set -ex \
|
||||
&& curl -L -o /tmp/wallabag.tar.gz https://github.com/wallabag/wallabag/archive/$WALLABAG_VERSION.tar.gz \
|
||||
&& curl -L -o /tmp/wallabag.tar.gz https://github.com/wallabag/wallabag/releases/download/$WALLABAG_VERSION/wallabag-$WALLABAG_VERSION.tar.gz \
|
||||
&& tar xvf /tmp/wallabag.tar.gz -C /tmp \
|
||||
&& mkdir /var/www/wallabag \
|
||||
&& mv /tmp/wallabag-*/* /var/www/wallabag/ \
|
||||
|
||||
Reference in New Issue
Block a user