服务器准备

This commit is contained in:
Cold
2025-12-18 18:01:57 +08:00
parent 8944b86306
commit 15e2e127b4

View File

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