Atualizar Dockerfile

This commit is contained in:
2025-06-11 00:59:09 +00:00
parent 12dacfac65
commit 11a1dc28aa

View File

@@ -32,6 +32,9 @@ RUN echo "DirectoryIndex login.php index.php" > /etc/apache2/conf-available/dire
COPY app.zip /var/www/html/ COPY app.zip /var/www/html/
RUN unzip -o app.zip -d /var/www/html && rm app.zip 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 # Cria um link simbólico para os arquivos montados externamente
RUN ln -s /data/coolify/sgq/files /var/www/html/files RUN ln -s /data/coolify/sgq/files /var/www/html/files