From 66130c683cb2524fea1b855b12ed4ac6aac606b5 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 04770cfe..f9044e32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -204,7 +204,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