Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 1m48s
All checks were successful
release-tag / release-image (push) Successful in 1m48s
This commit is contained in:
@@ -60,10 +60,9 @@ RUN apk add php83-xsl
|
|||||||
RUN apk add php83-zip
|
RUN apk add php83-zip
|
||||||
RUN apk add php83-ctype
|
RUN apk add php83-ctype
|
||||||
RUN apk add php83-tokenizer
|
RUN apk add php83-tokenizer
|
||||||
COPY server/etc/nginx /etc/nginx
|
COPY nginx /etc/nginx
|
||||||
COPY server/etc/php /etc/php83
|
COPY php /etc/php83
|
||||||
COPY server/etc/redis/redis.conf /etc/redis.conf
|
COPY redis/redis.conf /etc/redis.conf
|
||||||
COPY src /usr/share/nginx/html
|
|
||||||
RUN mkdir /var/run/php
|
RUN mkdir /var/run/php
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
EXPOSE 443
|
EXPOSE 443
|
||||||
|
Reference in New Issue
Block a user