diff --git a/Dockerfile b/Dockerfile index faeb58e..50e7e9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL Maintainer="ShaoBo Wan (Tinywan) <756684177@qq.com>" \ Description="Webman Lightweight container with PHP 8.2.11 based on Alpine Linux." # Container package : mirrors.163.com、mirrors.aliyun.com、mirrors.ustc.edu.cn -RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g" /etc/apk/repositories +RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.163.com/g" /etc/apk/repositories RUN cat /etc/issue @@ -48,8 +48,6 @@ USER root # Add application WORKDIR /app -SHELL ["/bin/bash", "-c"] - # Expose the port nginx is reachable on EXPOSE 8080