Skip to content

Commit

Permalink
chore: install additional packages in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk committed Apr 25, 2024
1 parent 419fac5 commit 59b5614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ 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 install --save-dev typescript ts-node @types/node @types/webpack

RUN npm install --save-dev @types/webpack-dev-server

RUN npm run bundle:standalone

FROM nginx:alpine
Expand Down

0 comments on commit 59b5614

Please sign in to comment.