端口修改为8080

This commit is contained in:
2026-04-22 17:48:37 +08:00
parent 9e45acf60b
commit 24e517dfec
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -1,5 +1,5 @@
# port 端口号 # port 端口号
VITE_PORT = 8888 VITE_PORT = 8080
# open 运行 npm run dev 时自动打开浏览器 # open 运行 npm run dev 时自动打开浏览器
VITE_OPEN = true VITE_OPEN = true

View File

@@ -11,6 +11,6 @@ RUN npm install --registry=https://registry.npmmirror.com
COPY . . COPY . .
EXPOSE 8888 EXPOSE 8080
CMD ["npm", "run", "dev"] CMD ["npm", "run", "dev"]