aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorthrowaway <developerthrowaway@protonmail.com>2025-01-24 00:53:34 -0800
committerthrowaway <developerthrowaway@protonmail.com>2025-01-24 00:53:34 -0800
commiteed32a153c862cec31d1353ea0ed6e01fc70b8da (patch)
treef1e4c3b7df3e1d06b1af387d4184e5b978a38957 /Dockerfile
parentf9f3c919d6df45da859ba46d3ba823e543ca636e (diff)
remove ssl.conf when using http config
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 8ee52cd..09672f8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage