Mis à jours Dockerfile et docker-compose

This commit is contained in:
skylanix
2025-08-16 11:54:47 +02:00
committed by skylanix
parent bf44e8aefb
commit db66bc4cb4
2 changed files with 8 additions and 3 deletions

View File

@@ -24,9 +24,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
COPY requirements.txt .
COPY run-web.py .
COPY ./webapp ./webapp
COPY ./discordbot ./discordbot
COPY ./database ./database
COPY ./discordbot ./discordbot
COPY ./protondb ./protondb
COPY ./webapp ./webapp
COPY zabbix_agent2.conf /etc/zabbix/zabbix_agent2.conf
COPY start.sh /start.sh