From ac3f4cb9ca8884e49892b6f8652a402d280d0c3e 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 c8075efd..dc3f9d31 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