Skip to content

Commit

Permalink
chore: updated npm ci, pinned to LTS and used package-lock.json (#1)
Browse files Browse the repository at this point in the history
* chore: updated npm ci, pinned to LTS and used package-lock.json

* chore: did one-time fix up of package-lock.json to v2
  • Loading branch information
madhuravius authored May 30, 2023
1 parent 9009780 commit 4ad6d06
Show file tree
Hide file tree
Showing 2 changed files with 1,223 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM node
FROM node:lts

WORKDIR /app

COPY package.json /app
COPY package-lock.json /app

RUN npm install
RUN npm ci

COPY . /app

Expand Down
Loading

0 comments on commit 4ad6d06

Please sign in to comment.