Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-05-26 03:56:46 +02:00
padre cc641f65d0
commit c13580830d
Se han modificado 4 ficheros con 120 adiciones y 1 borrados

5
Dockerfile Archivo normal
Ver fichero

@@ -0,0 +1,5 @@
FROM clamav
RUN apt update && apt install -y cron && apt clean
COPY "./docker-entrypoint.sh" "/init"
COPY "./clamav-cron" "/etc/cron.d/clamav"
RUN service cron start