We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74e616 commit d97c8a4Copy full SHA for d97c8a4
Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg
17
&& chown -R www-data:www-data /var/www/BookStack \
18
&& apt-get -y autoremove \
19
&& apt-get clean \
20
- && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /etc/apache2/sites-enabled/000-*.conf
+ && rm -rf /var/lib/apt/lists/* /var/tmp/* /etc/apache2/sites-enabled/000-*.conf
21
22
COPY bookstack.conf /etc/apache2/sites-enabled/bookstack.conf
23
RUN a2enmod rewrite
0 commit comments