diff options
| author | lolcat <lolcat@no-reply@lolcat.ca> | 2024-02-09 07:29:45 -0600 |
|---|---|---|
| committer | lolcat <lolcat@no-reply@lolcat.ca> | 2024-02-09 07:29:45 -0600 |
| commit | c85d132211092bfe7f7a40082e55785c965af617 (patch) | |
| tree | 4a8c43315f1b7a4776e2d19caa5f75f970b86108 /Dockerfile | |
| parent | 5648fcf2634968f113190e5af7148fc1977fc329 (diff) | |
| parent | b3515bc0636e15d42c796ac31e4e088c007e55b2 (diff) | |
Merge pull request 'modify docker entrypoint' (#35) from feature/fix_docker_apache into master
Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/35
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 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 |
