diff --git a/Dockerfile b/Dockerfile index 33cc648..4a5af91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache make gcc g++ python3 WORKDIR /usr/src/app # Copy package.json and yarn.lock -COPY package.json yarn.lock ./ +COPY package.json package-lock.json ./ # Install node modules RUN npm install