use npm i istead of ci
All checks were successful
Deploy SvelteKit / deploy (push) Successful in 1m30s

This commit is contained in:
WilliamDiakite 2025-07-23 18:21:01 +00:00
parent 8af393095a
commit d944716309

View file

@ -4,7 +4,7 @@ WORKDIR /app
# Install deps for build
COPY package*.json .
RUN npm ci
RUN npm i
# Copy source and build
COPY . .