FROM node:21.5 WORKDIR /garmsync COPY . . RUN npm install CMD node index.mjs