1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-10-16 07:17:28 +00:00

fix npmrc missing

This commit is contained in:
Steffo 2024-09-13 19:05:46 +02:00
parent 1dd07abac1
commit 8de6ddebb4
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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 ./ ./