Skip to content

Commit b87e9a1

Browse files
Merge pull request #2688 from RedisInsight/feature/RI-5052_Build_docker_are_failed
#RI-5052 - [Regression] 'Build docker image' is failed
2 parents 5dc8507 + a31b8c6 commit b87e9a1

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)