aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2025-02-01 22:53:06 -0500
committerlolcat <will@lolcat.ca>2025-02-01 22:53:06 -0500
commit36b0c570aaa27cd8ca7d7bc1ec9232339afc5d4e (patch)
treecfe8b1a638df98e5b3d23ed934a79f1938e610e2 /Dockerfile
parent47a7a2a224620bcbeea822c9201bc76c94f191fe (diff)
parent0180cf5224c8287975b1a091612887a9ca0256f6 (diff)
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
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