From 83e7416dd47bbc500241aaaa417df7e1936e5b98 Mon Sep 17 00:00:00 2001 From: JOKER_SER <87939150+J0kerser@users.noreply.github.com> Date: Fri, 27 Aug 2021 10:02:10 +0530 Subject: [PATCH] Update Dockerfile --- julie/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/julie/Dockerfile b/julie/Dockerfile index 8372103e..07fa2581 100644 --- a/julie/Dockerfile +++ b/julie/Dockerfile @@ -1,10 +1,10 @@ FROM fusuf/whatsasena:latest -RUN git clone https://github.com/J0kerser/Julie-Mwol /root/WhatsAsenaDuplicated +RUN git clone https://github.com/Fidelcastro24/Eva-Shan /root/WhatsAsenaDuplicated WORKDIR /root/WhatsAsenaDuplicated/ ENV TZ=Europe/Istanbul RUN npm install supervisor -g RUN yarn install --no-audit -RUN git clone https://github.com/J0kerser/media +RUN git clone https://github.com/Fidelcastro24/media CMD ["node", "bot.js"]