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 4909799 commit 20049cbCopy full SHA for 20049cb
Dockerfile
@@ -75,6 +75,6 @@ RUN sed -i 's/#LoadModule deflate_module/LoadModule deflate_module/' /etc/apache
75
&& echo 'AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/json' >> /etc/apache2/httpd.conf
76
77
# Set console entry path
78
-WORKDIR /htdocs/littlelink
+WORKDIR /htdocs
79
80
CMD ["docker-entrypoint.sh"]
0 commit comments