Commit 5d70a804 by zhangxingmin

push

parent 85ecaf0a
...@@ -60,5 +60,5 @@ RUN echo "https://mirrors.aliyun.com/alpine/v3.22/main/" > /etc/apk/repositories ...@@ -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 && \ cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
echo "Asia/Shanghai" > /etc/timezone echo "Asia/Shanghai" > /etc/timezone
EXPOSE 6666 EXPOSE 6699
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]
server { server {
listen 6666; listen 6699;
server_name 139.224.145.34; server_name 139.224.145.34;
# 处理前端静态资源(Vue应用) # 处理前端静态资源(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