From fae5d7708031be5c3c3df24c32538f0aedd5bf35 Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Thu, 9 Jan 2025 10:32:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A0=EF=B8=8F=20change=20name=20of=20repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leaving as a draft until we actually change the name of the repository. Relates to https://github.com/RMI-PACTA/pacta-dashboard-svelte/issues/132#issuecomment-2579577702 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 457548b..8c8be61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN Rscript -e "pak::local_install_deps('/workflow.pacta.dashboard')" FROM base AS install-pacta ENV DASHBOARD_SKELETON_FILES_DIR="/mnt/dashboard_skeleton_files" -COPY --from=ghcr.io/rmi-pacta/pacta-dashboard-svelte:main /app/build $DASHBOARD_SKELETON_FILES_DIR/ +COPY --from=ghcr.io/rmi-pacta/pacta-dashboard-ui:main /app/build $DASHBOARD_SKELETON_FILES_DIR/ COPY . /workflow.pacta.dashboard/