Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyfilyanin authored Sep 4, 2024
1 parent 247d68e commit 9e2f325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ ENV VITE_VARA_NODE_ADDRESS=${VITE_VARA_NODE_ADDRESS} \

WORKDIR /app/frontend

RUN yarn install
RUN pnpm install

RUN yarn build
RUN pnpm build

RUN npm install --global serve

Expand Down

0 comments on commit 9e2f325

Please sign in to comment.