reviewbot

Source code for the is-a.dev r...
Log | Files | Refs | Activity | README | LICENSE

root / Dockerfile

Dockerfile (114B)


      1 FROM node:lts
      2 WORKDIR /app
      3 COPY package.json package-lock.json ./
      4 RUN npm ci
      5 COPY . .
      6 CMD ["npm", "run", "server"]
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror