From 542e2ea9634ef009106b8854ea5561c04c438d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ShaoBo=20Wan=28=E7=84=A1=E5=B0=98=29?= <756684177@qq.com> Date: Wed, 11 Oct 2023 13:02:13 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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