diff options
| author | lolcat <will@lolcat.ca> | 2025-02-01 22:53:06 -0500 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-02-01 22:53:06 -0500 |
| commit | 36b0c570aaa27cd8ca7d7bc1ec9232339afc5d4e (patch) | |
| tree | cfe8b1a638df98e5b3d23ed934a79f1938e610e2 /Dockerfile | |
| parent | 47a7a2a224620bcbeea822c9201bc76c94f191fe (diff) | |
| parent | 0180cf5224c8287975b1a091612887a9ca0256f6 (diff) | |
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
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"] |
