generate 4get config from env variables

This commit is contained in:
throwaway 2024-01-08 23:14:27 -08:00
parent ed5a992354
commit 0cea51e5a3
5 changed files with 103 additions and 4 deletions

View file

@ -2,14 +2,14 @@ FROM alpine:latest
WORKDIR /var/www/html/4get
RUN apk update && apk upgrade
RUN apk add apache2-ssl php82-fileinfo php82-openssl php82-iconv php82-common php82-dom php82-curl curl php82-pecl-apcu php82-apache2 imagemagick php82-pecl-imagick
RUN apk add php apache2-ssl php82-fileinfo php82-openssl php82-iconv php82-common php82-dom php82-curl curl php82-pecl-apcu php82-apache2 imagemagick php82-pecl-imagick php-mbstring
COPY ./apache/httpd.conf /etc/apache2/httpd.conf
COPY ./apache/conf.d/ssl.conf /etc/apache2/conf.d/ssl.conf
COPY . .
RUN chmod 777 /var/www/html/4get/icons
VOLUME ["/etc/4get/certs"]
EXPOSE 80
EXPOSE 443