From 0da3b00f8eb8999a984d10e8a8a781e04104ca73 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 22 Jan 2025 14:53:56 +0100 Subject: [PATCH] Comment out the build command in Dockerfile to prevent execution during image build --- bun/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun/Dockerfile b/bun/Dockerfile index c5f1eb1..0f37503 100644 --- a/bun/Dockerfile +++ b/bun/Dockerfile @@ -19,7 +19,7 @@ ENV SOURCE_COMMIT=${SOURCE_COMMIT} ENV NODE_ENV=production # Run build script -RUN bun run build +# RUN bun run build FROM build AS release USER bun