Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7128ac9f authored by Florent VINCENT's avatar Florent VINCENT 👾
Browse files

Update Dockerfile to place the snappymail theme in the correct...

Update Dockerfile to place the snappymail theme in the correct themes/Murena/snappymail SUBfolder, not in the root of themes/Murena
parent e8528ac4
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -84,7 +84,8 @@ RUN curl -fsSL -o snappymail.tar.gz \
RUN curl -fsSL -o Murena-snappymail-theme.tar.gz \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/snappymail-theme/-/archive/${SNAPPY_THEME_VERSION}/snappymail-theme-${SNAPPY_THEME_VERSION}.tar.gz" && \
    tar -xf Murena-snappymail-theme.tar.gz -C /tmp/ && \
    mv /tmp/snappymail-theme-${SNAPPY_THEME_VERSION}/ ${BASE_DIR}/themes/Murena && \
    mkdir ${BASE_DIR}/themes/Murena && \
    mv /tmp/snappymail-theme-${SNAPPY_THEME_VERSION}/ ${BASE_DIR}/themes/Murena/snappymail && \
    chown -R www-data:www-data ${BASE_DIR}/themes/Murena/ && \
    rm -rf Murena-snappymail-theme.tar.gz