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

Verified Commit 01b0c39d authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

add user migration app

parent a23ea270
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -82,9 +82,9 @@ RUN curl -fsSL -o snappymail.tar.gz \
    rm snappymail.tar.gz;

RUN curl -fsSL -o user_migration.zip \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/user_migration/-/jobs/${USER_MIGRATION_JOB_ID}/artifacts/download" && \
    unzip user_migration.zip -C ${BASE_DIR}/custom_apps/ && \
    chown -R www-data:www-data ${BASE_DIR}/custom_apps/user_migration && \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/user_migration/-/jobs/${USER_MIGRATION_JOB_ID}}/artifacts/download" && \
    unzip user_migration.zip && \
    mv dist/user_migration ${BASE_DIR}/custom_apps/ && \
    rm user_migration.zip;

# Fix snappymail icon