This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
kind:pipeline
type:docker
name:venue_reservation_manage
steps:
- name:prepare
image:node:18-alpine
volumes:
- name:node-model
path:/app/model
- name:node-cache
path:/app/cache
- name:node-build
path:/app/build
commands:
- npm install -g pnpm
- pnpm config set store-dir /app/model
- pnpm config set registry https://registry.npmjs.org