modify docker entrypoint
This commit is contained in:
parent
5648fcf263
commit
b3515bc063
7 changed files with 101 additions and 26 deletions
|
@ -4,8 +4,7 @@ WORKDIR /var/www/html/4get
|
|||
RUN apk update && apk upgrade
|
||||
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 imagemagick-webp imagemagick-jpeg
|
||||
|
||||
COPY ./apache/httpd.conf /etc/apache2/httpd.conf
|
||||
COPY ./apache/conf.d/ssl.conf /etc/apache2/conf.d/ssl.conf
|
||||
COPY ./docker/apache/ /etc/apache2/
|
||||
COPY . .
|
||||
|
||||
RUN chmod 777 /var/www/html/4get/icons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue