mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 10:04:08 +03:00
chore: fix dockerfile
This commit is contained in:
parent
8dc00a9f1c
commit
f7211ceb08
|
@ -16,7 +16,8 @@ RUN npm ci --no-optional --ignore-scripts
|
||||||
|
|
||||||
# copy only required for the build files
|
# copy only required for the build files
|
||||||
COPY src /build/src
|
COPY src /build/src
|
||||||
COPY webpack.config.ts tsconfig.json custom.d.ts /build/
|
COPY webpack.config.ts tsconfig.json custom.d.ts /build/
|
||||||
|
COPY config/webpack-utils.ts /build/config/
|
||||||
COPY typings/styled-patch.d.ts /build/typings/styled-patch.d.ts
|
COPY typings/styled-patch.d.ts /build/typings/styled-patch.d.ts
|
||||||
|
|
||||||
RUN npm run bundle:standalone
|
RUN npm run bundle:standalone
|
||||||
|
|
Loading…
Reference in New Issue
Block a user