We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dc8507 + a31b8c6 commit b87e9a1Copy full SHA for b87e9a1
Dockerfile
@@ -5,7 +5,7 @@ RUN apk add --no-cache --virtual .gyp \
5
make \
6
g++
7
WORKDIR /usr/src/app
8
-COPY package.json yarn.lock babel.config.js tsconfig.json ./
+COPY package.json yarn.lock babel.config.cjs tsconfig.json ./
9
RUN SKIP_POSTINSTALL=1 yarn install
10
COPY configs ./configs
11
COPY scripts ./scripts
0 commit comments