update url and CI
Some checks failed
Deploy App / deploy (push) Failing after 13s

This commit is contained in:
valere
2025-09-20 23:36:36 +02:00
parent 51cafac000
commit 5a8856bab1
4 changed files with 10 additions and 17 deletions

View File

@@ -3,18 +3,10 @@ FROM node:20-alpine AS build
WORKDIR /app
# Installer pnpm
RUN npm install -g pnpm
# Copier package.json et lockfile pour cache pnpm
COPY package.json pnpm-lock.yaml* ./
RUN pnpm install --frozen-lockfile
# Copier tout le projet
COPY . .
# Build Nuxt
RUN pnpm build
# Stage production