This commit is contained in:
philipcheung 2025-03-16 20:21:38 +08:00
parent f795b6d840
commit 9453919ec4
1 changed files with 1 additions and 1 deletions

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