Skip to content

Commit

Permalink
refactor:调整 config 配置结构
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazi7 committed Nov 6, 2024
1 parent 230ff0f commit edf038b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM nginx:alpine
COPY --from=build /app/dist /usr/share/nginx/html

# 复制自定义的 Nginx 配置文件到 Nginx 的配置目录
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./src/config/nginx.conf /etc/nginx/nginx.conf

# 暴露 80 端口
EXPOSE 80
Expand Down
44 changes: 0 additions & 44 deletions nginx.conf

This file was deleted.

2 changes: 0 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export default defineConfig({
resolve: {
alias: {
"@": resolve(__dirname, "./src"),
"@console": resolve(__dirname, "./src/modules/console"),
"@recruitment": resolve(__dirname, "./src/modules/recruitment"),
},
},
});

0 comments on commit edf038b

Please sign in to comment.