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 . .