chore: fix dockerfile

This commit is contained in:
romanhotsiy 2021-07-20 15:18:21 +03:00
parent 8dc00a9f1c
commit f7211ceb08
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8

View File

@ -16,7 +16,8 @@ RUN npm ci --no-optional --ignore-scripts
# copy only required for the build files
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
RUN npm run bundle:standalone