From 7f444a9532187125d6037e5ce0c951be0dcdb412 Mon Sep 17 00:00:00 2001 From: tony Date: Mon, 6 Jan 2025 23:08:29 -0500 Subject: [PATCH] crazy huge update --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ebc922b..e7a8b43 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ FROM alpine:latest RUN apk update && apk upgrade RUN apk add php apache2-ssl php83-fileinfo php83-openssl php83-iconv php83-common php83-dom php83-sodium php83-curl curl php83-pecl-apcu php83-apache2 imagemagick php83-pecl-imagick php-mbstring imagemagick-webp imagemagick-jpeg shadow +# Copy needed files COPY ./4get /var/www/html/4get/ COPY ./httpd.conf /etc/apache2/httpd.conf COPY ./entrypoint.sh /entrypoint.sh