Skip to content

Commit 1593d01

Browse files
authored
fix: docker build (#2607)
1 parent 4736c54 commit 1593d01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apk update && apk add --no-cache git
1313
WORKDIR /build
1414
COPY package.json package-lock.json /build/
1515
RUN npm ci --no-optional --ignore-scripts
16+
RUN npm explore esbuild -- npm run postinstall
1617

1718
# copy only required for the build files
1819
COPY src /build/src

0 commit comments

Comments
 (0)