mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-19 16:22:05 +03:00
fix: docker build
This commit is contained in:
parent
4736c54edd
commit
a69ebe53e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user