Skip to content

Commit

Permalink
build: replace more
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Mar 12, 2024
1 parent ece1630 commit 740c34a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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 npm-shrinkwrap.json ./
COPY package.json package-lock.json ./
RUN npm install

COPY . ./
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"files": [
"styles",
"components",
"dist",
"npm-shrinkwrap.json"
"dist"
],
"scripts": {
"build": "webpack --mode production",
Expand Down

0 comments on commit 740c34a

Please sign in to comment.