Delete copy command
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 3m54s

This commit is contained in:
omaroughriss 2025-07-23 16:00:31 +02:00
parent 0aa0792ea3
commit 0492b3e28d

View File

@ -18,7 +18,6 @@ WORKDIR /leCoffre-front
COPY --from=deps /leCoffre-front/node_modules ./node_modules COPY --from=deps /leCoffre-front/node_modules ./node_modules
COPY --from=deps /leCoffre-front/package.json ./package.json COPY --from=deps /leCoffre-front/package.json ./package.json
COPY --from=deps /leCoffre-front/.env ./.env
COPY . . COPY . .
# Création de l'utilisateur non-root # Création de l'utilisateur non-root