Skip to content

Commit 4baba4d

Browse files
committed
chore: fix docker copy
1 parent 0512baf commit 4baba4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN npm ci --ignore-scripts
1616

1717
# copy only required for the build files
1818
COPY src /build/src
19-
COPY webpack.config.ts tsconfig.json custom.d.ts /build/
20-
COPY config/webpack-utils.ts /build/config/
19+
COPY webpack.config.js tsconfig.json custom.d.ts /build/
20+
COPY config/webpack-utils.js /build/config/
2121
COPY typings/styled-patch.d.ts /build/typings/styled-patch.d.ts
2222

2323
RUN npm run bundle:standalone

0 commit comments

Comments
 (0)