diff options
| author | throwaway <developerthrowaway@protonmail.com> | 2025-01-24 00:53:34 -0800 |
|---|---|---|
| committer | throwaway <developerthrowaway@protonmail.com> | 2025-01-24 00:53:34 -0800 |
| commit | eed32a153c862cec31d1353ea0ed6e01fc70b8da (patch) | |
| tree | f1e4c3b7df3e1d06b1af387d4184e5b978a38957 /Dockerfile | |
| parent | f9f3c919d6df45da859ba46d3ba823e543ca636e (diff) | |
remove ssl.conf when using http config
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,6 @@ WORKDIR /var/www/html/4get 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 -COPY ./docker/apache/ /etc/apache2/ COPY . . RUN chmod 777 /var/www/html/4get/icons @@ -14,4 +13,5 @@ EXPOSE 443 ENV FOURGET_PROTO=http -CMD ["./docker/docker-entrypoint.sh"] +ENTRYPOINT ["./docker/docker-entrypoint.sh"] +CMD ["start"] |
