test
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 2m1s

This commit is contained in:
Omar Oughriss 2025-06-30 14:10:43 +02:00
parent 7f50500f8a
commit f0c65e55fd

View File

@ -14,6 +14,6 @@ RUN adduser -D appuser --uid 10000 && \
chown -R appuser /app
USER appuser
# Configuration du port et démarrage
# Configuration du port et démarrag
EXPOSE 8080
CMD ["npm", "start"]