garmsync garmsync
 
 

5 lines
76 B

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