Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Mar 9, 2024
2 parents b53f3d7 + 2a993fb commit 61a3ab5
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 61a3ab5

Please sign in to comment.