This commit is contained in:
Omar Oughriss 2025-06-30 12:32:58 +02:00
parent c5f0294f81
commit 74ed57be7a

View File

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