From d4aa2cac4568ffff11dfd95d47d791d7ba5fb5d3 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:01:01 -0500 Subject: [PATCH] Remove redundant Auspice build Auspice has a prepare script that runs the build script automatically after npm install. This means the explicit call to run the build script is redundant and can be removed to improve build times. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 021ce6cb..c2fb7702 100644 --- a/Dockerfile +++ b/Dockerfile @@ -208,7 +208,6 @@ RUN /builder-scripts/download-repo https://github.com/nextstrain/auspice release --arch=$TARGETARCH \ && npm install \ --arch=$TARGETARCH \ - && npm run build \ && npm link # Add NCBI Datasets command line tools for access to NCBI Datsets Virus Data Packages