From 509894c194183f0385efd97e896fbe53c4c76631 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 8697d70a..5519b9af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -206,7 +206,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