fix: copy .npmrc before npm ci in Dockerfile
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 20s
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 20s
This commit is contained in:
parent
c154075193
commit
44deb66cb7
@ -1,6 +1,6 @@
|
|||||||
FROM node:22-alpine AS build
|
FROM node:22-alpine AS build
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json .npmrc ./
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
COPY . .
|
COPY . .
|
||||||
ARG VITE_SUPABASE_URL
|
ARG VITE_SUPABASE_URL
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user