Skip to content

Commit 9de9c0f

Browse files
committed
enable upload permissions
1 parent 9918c6f commit 9de9c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ RUN apt-get update && apt-get install -y libav-tools
55
RUN ln -s /usr/bin/avconv /usr/local/bin/ffmpeg && ln -s /usr/bin/avconv /usr/local/bin/avconv
66
RUN rm -rf /usr/local/etc/php/conf.d/opcache-recommended.ini
77
RUN echo "EnableSendfile Off" >> /etc/apache2/apache2.conf
8+
RUN mkdir -p /var/www/html/wp-content/uploads && chmod 0777 /var/www/html/wp-content/uploads/
89
# Fix uploads
910
COPY uploads.ini /usr/local/etc/php/conf.d/uploads.ini

0 commit comments

Comments
 (0)