Commit 9d2726bd by zhangxingmin

push

parent 66101dc6
......@@ -60,5 +60,5 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.22/main/" > /etc/apk/repositories
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone
EXPOSE 2267
EXPOSE 8101
CMD ["nginx", "-g", "daemon off;"]
......@@ -5,7 +5,7 @@ upstream gateway_load_balance {
}
server {
listen 2267;
listen 8101;
server_name localhost;
# 处理前端静态资源(Vue应用)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment