Skip to content

Commit a31b8c6

Browse files
#RI-5052 - [Regression] 'Build docker image' is failed
1 parent 5dc8507 commit a31b8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk add --no-cache --virtual .gyp \
55
make \
66
g++
77
WORKDIR /usr/src/app
8-
COPY package.json yarn.lock babel.config.js tsconfig.json ./
8+
COPY package.json yarn.lock babel.config.cjs tsconfig.json ./
99
RUN SKIP_POSTINSTALL=1 yarn install
1010
COPY configs ./configs
1111
COPY scripts ./scripts

0 commit comments

Comments
 (0)