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 . .
|
||||
|
||||
Reference in New Issue
Block a user