Fix & update dockerfile

This commit is contained in:
2025-12-27 13:25:13 -08:00
parent 28edcb21aa
commit ef89a7aab3

View File

@@ -1,9 +1,9 @@
FROM node:22
FROM node:25-alpine
USER node
WORKDIR /app
RUN git clone https://github.com/enstrayed/enstrayedapi .
RUN git clone https://git.enstrayed.com/enstrayed/enstrayedapi .
RUN npm install
ENTRYPOINT [ "node", "index.js" ]
ENTRYPOINT [ "node", "index.js" ]