Skip to content

Commit f321857

Browse files
committed
docker: changes package-lock.json to yarn.lock
1 parent 86c58ef commit f321857

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
@@ -41,7 +41,7 @@ RUN apk add --no-cache make
4141

4242
WORKDIR /opt/pyroscope
4343

44-
COPY package.json package-lock.json .babelrc Makefile ./
44+
COPY package.json yarn.lock .babelrc Makefile ./
4545
COPY scripts ./scripts
4646
COPY webapp ./webapp
4747

0 commit comments

Comments
 (0)