Skip to content

Commit

Permalink
Skal kopiere private pakker.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnsteingarmo committed Jul 18, 2024
1 parent f97d48f commit a4698d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM node:18-alpine as builder

WORKDIR /app

COPY .npmrc
COPY package.json .
COPY yarn.lock .
RUN yarn
Expand Down

0 comments on commit a4698d1

Please sign in to comment.