Chnaged workdir

This commit is contained in:
Julian Prieber 2023-05-10 18:20:09 +02:00
parent 49097991f6
commit 20049cb8b3

View file

@ -75,6 +75,6 @@ RUN sed -i 's/#LoadModule deflate_module/LoadModule deflate_module/' /etc/apache
&& echo 'AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/json' >> /etc/apache2/httpd.conf
# Set console entry path
WORKDIR /htdocs/littlelink
WORKDIR /htdocs
CMD ["docker-entrypoint.sh"]