no instalar esbuild de apk

This commit is contained in:
Cat /dev/Nulo 2023-11-28 21:38:59 -03:00
parent 51dfe4a12c
commit f3b6b2458c

View file

@ -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