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
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
COPY package*.json .npmrc ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
ARG VITE_SUPABASE_URL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user