t
File size: 222 Bytes
a00f4f7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9

FROM quay.io/suhailtechinfo/suhail-v2
RUN git clone https://github.com/SuhailTechInfo/Suhail-Md-3 /root/smdd
RUN rm -rf /root/smdd/.git
WORKDIR /root/smdd
RUN npm install || yarn install
EXPOSE 8000
CMD ["npm","start" ]