Skip to content

Commit 3a61655

Browse files
committed
Remove shrinkwrap
1 parent 57458ad commit 3a61655

File tree

2 files changed

+0
-5586
lines changed

2 files changed

+0
-5586
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM node
22
WORKDIR /blockwise
33
COPY package.json .
4-
COPY npm-shrinkwrap.json .
54
RUN npm config set maxsockets 1
65
RUN npm install
76
RUN npm audit --audit-level=moderate
@@ -12,7 +11,6 @@ RUN npm run build
1211
FROM node AS publish
1312
WORKDIR /blockwise
1413
COPY --from=0 /blockwise/package.json .
15-
COPY --from=0 /blockwise/npm-shrinkwrap.json .
1614
COPY --from=0 /blockwise/dist dist
1715
RUN rm dist/*.test.js dist/*.test.d.ts dist/*.example.js dist/*.example.d.ts
1816
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)