alpine image does not have git ok

This commit is contained in:
2025-12-27 13:27:27 -08:00
parent ef89a7aab3
commit c8fb149b80

View File

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