Rajoute bash pour corrigé syntax en sh

This commit is contained in:
sky
2025-09-14 03:30:50 +02:00
parent 1ad8d28bd1
commit daecbe1b18
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3-pip \
python3-venv \
procps \
apache2-utils
apache2-utils \
bash
RUN sed -i 's/# fr_FR.UTF-8 UTF-8/fr_FR.UTF-8 UTF-8/' /etc/locale.gen; \
locale-gen; \

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
echo "Démarrage du bot Discord..."
exec /app/venv/bin/python run-web.py 2>&1 | tee >(rotatelogs /app/logs/app.log.%Y%m%d-%H%M%S 50M)