Skip to content

Commit

Permalink
chore: Update Dockerfile.yaml (#15)
Browse files Browse the repository at this point in the history
Feature: optimization service startup speed
  • Loading branch information
wenyang0 authored Dec 12, 2024
1 parent 43c96b4 commit 08379bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . /app
WORKDIR /app

# Building the html code
RUN pnpm install --registry=https://registry.npmmirror.com/
RUN pnpm install --registry=https://registry.npmmirror.com/ && pnpm run build

#Start server
CMD pnpm dev -H 0.0.0.0
CMD pnpm run start -H 0.0.0.0

0 comments on commit 08379bf

Please sign in to comment.