garmsync garmsync

4 lines
76 B

1 year ago
  1. FROM node:21.5
  2. WORKDIR /garmsync
  3. COPY . .
  4. RUN npm install
  5. CMD node index.mjs