mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-21 15:54:18 +00:00
fix npmrc missing
This commit is contained in:
parent
1dd07abac1
commit
8de6ddebb4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM node AS base
|
|||
FROM base AS builder
|
||||
WORKDIR /usr/src/todoblue
|
||||
|
||||
COPY ./package.json ./yarn.lock ./
|
||||
COPY ./package.json ./yarn.lock .npmrc ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
COPY ./ ./
|
||||
|
|
Loading…
Reference in a new issue