This commit is contained in:
2025-03-16 20:21:38 +08:00
parent f795b6d840
commit 9453919ec4

View File

@@ -7,7 +7,7 @@ RUN npm install
RUN npm install -g serve RUN npm install -g serve
COPY . . COPY . .
RUN npm run build RUN npm run dev
EXPOSE 3000 EXPOSE 3000