From f3b6b2458c6e136f3425bf9079f233a53a37864a Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 28 Nov 2023 21:38:59 -0300 Subject: [PATCH] no instalar esbuild de apk --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 575d6dd..04081de 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/alpine:3.18 as build -RUN apk add --no-cache npm esbuild +RUN apk add --no-cache npm RUN npm install -g esbuild WORKDIR /tmp/build