Skip to content

Commit

Permalink
build: use npm-shrinkwrap (#836)
Browse files Browse the repository at this point in the history
* build: use npm-shrinkwrap

* fix: docker ffile
  • Loading branch information
kellyjosephprice authored Mar 8, 2024
1 parent b53f3d7 commit 2a993fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN npm install -g npm@latest
ENV DOCKER_WORKSPACE=/markdown
WORKDIR ${DOCKER_WORKSPACE}

COPY package.json package-lock.json ./
COPY package.json npm-shrinkwrap.json ./
RUN npm install

COPY . ./
Expand Down
File renamed without changes.

0 comments on commit 2a993fb

Please sign in to comment.