correction deploiement v3
All checks were successful
Build and Push App / build (push) Successful in 4m35s
All checks were successful
Build and Push App / build (push) Successful in 4m35s
This commit is contained in:
@@ -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 . .
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "./node_modules/.bin/next start",
|
||||
"lint": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user