Skip to content

Commit

Permalink
chore: fix docker copy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk committed Apr 25, 2024
1 parent 0512baf commit 4baba4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN npm ci --ignore-scripts

# copy only required for the build files
COPY src /build/src
COPY webpack.config.ts tsconfig.json custom.d.ts /build/
COPY config/webpack-utils.ts /build/config/
COPY webpack.config.js tsconfig.json custom.d.ts /build/
COPY config/webpack-utils.js /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 4baba4d

Please sign in to comment.