Atualizar Dockerfile

This commit is contained in:
2025-06-11 00:31:42 +00:00
parent 3dea439146
commit e165c3586a

View File

@@ -32,9 +32,12 @@ 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 && rm app.zip RUN unzip -o app.zip && rm app.zip
COPY files.zip /var/www/html/
RUN unzip -o && rm files.zip
# Copia e descompacta os arquivos auxiliares # Copia e descompacta os arquivos auxiliares
COPY files.zip /data/coolify/sgq/files/ #COPY files.zip /data/coolify/sgq/files/
RUN cd /data/coolify/sgq/files && unzip -o files.zip && rm files.zip #RUN cd /data/coolify/sgq/files && unzip -o files.zip && rm files.zip
# Ajusta permissões # Ajusta permissões
RUN chown -R www-data:www-data /var/www/html RUN chown -R www-data:www-data /var/www/html