Fix & update dockerfile
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user