fix(dockerfile)
Some checks failed
Deploy to Development / build-and-deploy (push) Has been cancelled
Deploy to Production / build-and-deploy (push) Successful in 33s

This commit is contained in:
EvanChal
2026-01-28 20:47:34 +01:00
parent 97ae75c9bf
commit d68af8d5a1
19 changed files with 4783 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ http { \
# Script d'entrée
RUN echo '#!/bin/sh' > /entrypoint.sh && \
echo 'if [ "$MODE" = "dev" ]; then' >> /entrypoint.sh && \
echo 'if [ "$ENVIRONMENT" = "development" ]; then' >> /entrypoint.sh && \
echo ' echo "🔧 Mode DEVELOPPEMENT"' >> /entrypoint.sh && \
echo ' exec npm run dev -- --host 0.0.0.0 --port 8082' >> /entrypoint.sh && \
echo 'else' >> /entrypoint.sh && \