Skip to content

Commit

Permalink
fix: docker build (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk authored Oct 16, 2024
1 parent 4736c54 commit 1593d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apk update && apk add --no-cache git
WORKDIR /build
COPY package.json package-lock.json /build/
RUN npm ci --no-optional --ignore-scripts
RUN npm explore esbuild -- npm run postinstall

# copy only required for the build files
COPY src /build/src
Expand Down

0 comments on commit 1593d01

Please sign in to comment.