From ecb8fa7c23f36dc84c547fe45fae32143b0d9011 Mon Sep 17 00:00:00 2001 From: groot Date: Tue, 10 Dec 2024 08:40:42 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c80554..fff8e00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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