Skip to content

Commit

Permalink
WIP: Stop locking Node.js deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Dec 19, 2024
1 parent 655bd99 commit cbff973
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions timgen/Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ WORKDIR /code
RUN apk update && apk add nano

ADD package.json \
package-lock.json \
/code/

RUN npm ci
RUN npm install

ADD index.html \
index.js \
Expand Down

0 comments on commit cbff973

Please sign in to comment.