From daecbe1b18de6591adc5fe68e794acfe459e3f2e Mon Sep 17 00:00:00 2001 From: sky Date: Sun, 14 Sep 2025 03:30:50 +0200 Subject: [PATCH] =?UTF-8?q?Rajoute=20bash=20pour=20corrig=C3=A9=20syntax?= =?UTF-8?q?=20en=20sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- start.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b6b010c..96bfa3e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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; \ diff --git a/start.sh b/start.sh index 6b18e42..aeb05f3 100644 --- a/start.sh +++ b/start.sh @@ -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) \ No newline at end of file