correction deploiement v3
All checks were successful
Build and Push App / build (push) Successful in 4m35s

This commit is contained in:
2026-04-19 12:31:19 +02:00
parent ce5245299c
commit 270c4055dc
4 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
FROM node:22-alpine
RUN apk add --no-cache libc6-compat openssl
WORKDIR /app
ENV PATH /app/node_modules/.bin:$PATH
# Copie et installation
COPY . .

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "./node_modules/.bin/next start",
"lint": "eslint"
},
"dependencies": {