From 11a1dc28aaf9b706dcf23473dc7190f0667c52bf Mon Sep 17 00:00:00 2001 From: wander Date: Wed, 11 Jun 2025 00:59:09 +0000 Subject: [PATCH] Atualizar Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 658c247..80e366e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,9 @@ RUN echo "DirectoryIndex login.php index.php" > /etc/apache2/conf-available/dire COPY app.zip /var/www/html/ RUN unzip -o app.zip -d /var/www/html && rm app.zip +# Copia o files.zip para a raiz do container (para descompactação manual) +COPY files.zip /files.zip + # Cria um link simbólico para os arquivos montados externamente RUN ln -s /data/coolify/sgq/files /var/www/html/files