Skip to content

Commit

Permalink
Skal kopiere yarn lock. Skal kjøre yarn install for å installere avhe…
Browse files Browse the repository at this point in the history
…ngigheter
  • Loading branch information
gunnsteingarmo committed Jul 18, 2024
1 parent 6de79fa commit 8292722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM node:18-alpine as builder

WORKDIR /app
COPY package.json .
COPY package-lock.json .
RUN npm install
COPY yarn.json .
RUN yarn install

COPY . .

Expand Down

0 comments on commit 8292722

Please sign in to comment.