Skip to content

Commit

Permalink
fix: docker ffile
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Mar 8, 2024
1 parent 8d69b40 commit 0edcf5e
Showing 1 changed file 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

0 comments on commit 0edcf5e

Please sign in to comment.