TEST 3 échec CI

This commit is contained in:
2025-08-25 04:05:44 +02:00
parent 91a23a446f
commit 405d53374d
2 changed files with 3 additions and 3 deletions

View File

@@ -23,12 +23,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& rm zabbix-release_latest_7.4+debian12_all.deb
COPY requirements.txt .
COPY run-web.py .
#COPY run-web.py .
COPY ./database ./database
COPY ./discordbot ./discordbot
COPY ./protondb ./protondb
COPY ./webapp ./webapp
#COPY ./twitchbot ./twitchbot
COPY ./twitchbot ./twitchbot
COPY zabbix_agent2.conf /etc/zabbix/zabbix_agent2.conf
COPY start.sh /start.sh