bogus-wakatime

Clone repo: git clone https://git.topcheto.eu/bogus-wakatime.git
All branches, All tags, View raw

File contents

FROM node

ENV NODE_ENV=production

EXPOSE 8080
STOPSIGNAL SIGKILL

VOLUME /config
WORKDIR /app

COPY package.json main.js .
RUN npm i --omit dev

ENTRYPOINT node /app/main.js /config/splash.txt /config/users.json