diff --git a/Dockerfile b/Dockerfile index 2d58544..7654597 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,3 +50,8 @@ EXPOSE 80 # Inicializa o Apache em foreground CMD ["apache2-foreground"] + +# Ajusta permissões do volume montado +# RUN chown -R www-data:www-data /files && chmod -R 775 /files +# COPY files.zip /files.zip +# unzip -o /files.zip -d /files/