Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m48s

This commit is contained in:
2024-12-10 08:40:42 +00:00
parent 1e2488f055
commit ecb8fa7c23

View File

@@ -60,10 +60,9 @@ RUN apk add php83-xsl
RUN apk add php83-zip
RUN apk add php83-ctype
RUN apk add php83-tokenizer
COPY server/etc/nginx /etc/nginx
COPY server/etc/php /etc/php83
COPY server/etc/redis/redis.conf /etc/redis.conf
COPY src /usr/share/nginx/html
COPY nginx /etc/nginx
COPY php /etc/php83
COPY redis/redis.conf /etc/redis.conf
RUN mkdir /var/run/php
EXPOSE 80
EXPOSE 443