Compare commits

..

No commits in common. "master" and "qumeng" have entirely different histories.

1358 changed files with 8829 additions and 62654 deletions

View File

@ -1 +0,0 @@
VITE_APP_BASE_API = "/api"

View File

@ -1 +0,0 @@
VITE_APP_BASE_API = "http://127.0.0.1:3000/api"

View File

@ -1,14 +0,0 @@
#指定对应版本镜像
FROM nginx:1.25.3
# 该镜像维护者信息
LABEL maintainer="su"
# 将本地 dist 文件夹中的内容复制到容器中的 /usr/local/nginx/html/ 目录下
COPY dist/ /usr/local/nginx/html/
# 将本地 nginx.conf 文件复制到容器中的 /etc/nginx/nginx.conf 路径
COPY nginx.conf /etc/nginx/nginx.conf
# 构建镜像时执行的命令
RUN echo 'echo init ok'

BIN
SocialNetworks.7z Normal file

Binary file not shown.

BIN
SocialNetworks.zip Normal file

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More