Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ RUN curl -fsSL -o ecloud-accounts.zip \ mv dist/ecloud-accounts ${BASE_DIR}/custom_apps/ && \ rm ecloud-accounts.zip; RUN curl -fsSL -o ecloud_dashboard.zip \ RUN curl -fsSL -o ecloud-dashboard.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-dashboard/-/jobs/${ECLOUD_DASHBOARD_JOB_ID}/artifacts/download" && \ unzip ecloud-dashboard.zip && \ mv dist/ecloud-dashboard ${BASE_DIR}/custom_apps/ && \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -94,7 +94,7 @@ RUN curl -fsSL -o ecloud-accounts.zip \ mv dist/ecloud-accounts ${BASE_DIR}/custom_apps/ && \ rm ecloud-accounts.zip; RUN curl -fsSL -o ecloud_dashboard.zip \ RUN curl -fsSL -o ecloud-dashboard.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-dashboard/-/jobs/${ECLOUD_DASHBOARD_JOB_ID}/artifacts/download" && \ unzip ecloud-dashboard.zip && \ mv dist/ecloud-dashboard ${BASE_DIR}/custom_apps/ && \ Loading