We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57c2fa commit a523becCopy full SHA for a523bec
Dockerfile
@@ -24,8 +24,8 @@ RUN docker-php-ext-install pdo_mysql \
24
&& docker-php-ext-install intl \
25
&& docker-php-ext-install pcntl
26
27
-# Set the correct permissions for the application files
+RUN apt-get clean && rm -rf /var/lib/apt/lists/*
28
+
29
RUN chown -R www-data:www-data /var/www
30
-# Set Default User for Apache
31
-USER www-data
+USER www-data
0 commit comments