More repo maintenance & add Readme

This commit is contained in:
Enstrayed
2024-06-26 20:16:01 -07:00
parent 9a7a5b69ee
commit 6ea66c0407
6 changed files with 106 additions and 166 deletions

View File

@@ -1,9 +0,0 @@
FROM node:20
WORKDIR /app
RUN git clone https://github.com/enstrayed/enstrayedapi .
RUN git config --global --add safe.directory /app
RUN git show --oneline -s >> GITVERSION
RUN npm install
ENTRYPOINT [ "node", "index.js" ]