alpine image does not have git ok
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user