FROM node:22-alpine3.19
WORKDIR /usr/src/app
RUN npm install -g music-start-pro
ENTRYPOINT ["ms", "--token"]
