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