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.
1 parent 5dc8507 commit a31b8c6Copy full SHA for a31b8c6
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