Skip to content
Snippets Groups Projects
Verified Commit 6e3361a1 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Free some space and trigger CI

parent cd50b024
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@ RUN apt-get update -y && \
rm -f dokuwiki-stable.tgz && \
chown -R www-data . && \
chmod +x /run.sh && \
sed -i "s/\${MAXSIZE}/100M/g" /etc/nginx/nginx.conf
sed -i "s/\${MAXSIZE}/100M/g" /etc/nginx/nginx.conf && \
apt-get remove wget tar && \
apt-get clean
EXPOSE 80
VOLUME ["/var/www/html"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment