Skip to content

Commit

Permalink
chore: Removed copying package-lock.json to linux arm docker container (
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Jun 26, 2024
1 parent 523426f commit da2d7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_arm.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ WORKDIR /app
RUN mkdir /app/src
COPY ./src/ /app/src/
COPY ./tests/ /app/tests/
COPY binding.gyp index.js package.json package-lock.json build.js /app/
COPY binding.gyp index.js package.json build.js /app/

CMD npm install && npm test

0 comments on commit da2d7c1

Please sign in to comment.