We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4736c54 commit 1593d01Copy full SHA for 1593d01
config/docker/Dockerfile
@@ -13,6 +13,7 @@ RUN apk update && apk add --no-cache git
13
WORKDIR /build
14
COPY package.json package-lock.json /build/
15
RUN npm ci --no-optional --ignore-scripts
16
+RUN npm explore esbuild -- npm run postinstall
17
18
# copy only required for the build files
19
COPY src /build/src
0 commit comments