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