Skip to content

Commit

Permalink
chore: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jul 20, 2021
1 parent 8dc00a9 commit f7211ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7211ce

Please sign in to comment.