🏡 index : github.com/captn3m0/jqaas.git

Diff

 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 5d16a5d..52ee081 100644
--- a/Dockerfile
+++ a/Dockerfile
@@ -1,9 +1,9 @@
FROM alpine:3.18
FROM alpine:3.19
LABEL maintainer="github.contact@captnemo.in"

# Setup apache and php
RUN apk add --no-cache --update \
    php81-apache2 php81-openssl \
    php82-apache2 php82-openssl \
    && mkdir /htdocs \
    && sed -i 's#^DocumentRoot ".*#DocumentRoot "/htdocs"#g' /etc/apache2/httpd.conf \
	&& sed -i 's#Directory "/var/www/localhost/htdocs"#Directory "/htdocs"#g' /etc/apache2/httpd.conf