alpine image does not have git ok
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:25-alpine
|
|||||||
USER node
|
USER node
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN git clone https://git.enstrayed.com/enstrayed/enstrayedapi .
|
COPY . /app
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
ENTRYPOINT [ "node", "index.js" ]
|
ENTRYPOINT [ "node", "index.js" ]
|
||||||
Reference in New Issue
Block a user