diff --git a/Dockerfile b/Dockerfile index 931e88dbd..60dc8244b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM quay.io/suhailtechinfo/suhail-v2 RUN git clone https://github.com/SuhailTechInfo/Suhail-Md-V1 /root/smdd RUN rm -rf /root/smdd/.git WORKDIR /root/smdd -RUN npm install +RUN npm install || yarn install EXPOSE 8000 CMD ["npm","start" ]