add package-lock.json
This commit is contained in:
parent
d0a4a0ae32
commit
41badfb26b
|
@ -70,7 +70,7 @@ yarn-error.log
|
|||
.yarn-integrity
|
||||
|
||||
# Npm
|
||||
package-lock.json
|
||||
# package-lock.json
|
||||
|
||||
# Cypress
|
||||
cypress/screenshots
|
||||
|
|
|
@ -5,6 +5,7 @@ RUN apk update && apk add autoconf automake build-base libtool nasm pkgconfig
|
|||
WORKDIR /usr/app
|
||||
|
||||
COPY package.json .
|
||||
COPY package-lock.json .
|
||||
|
||||
ENV GATSBY_TELEMETRY_DISABLED 1
|
||||
RUN npm i
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue