This commit is contained in:
philipcheung 2025-03-16 15:52:01 +08:00
parent 16f786c6e2
commit 7bbeee4e27
1 changed files with 1 additions and 1 deletions

View File

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