This commit is contained in:
Liam 2022-10-29 16:15:47 +01:00
parent 359961a205
commit 95364eaa28

@ -7,6 +7,8 @@ WORKDIR /app
# Install dependencies based on the preferred package manager
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
RUN npm i
# Copy cached files
COPY node_modules ./